#CD7A56

Color #CD7A56 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CD7A56

Tints of Japonica #CD7A56

Color information

#CD7A56 (or 0xCD7A56) is unknown color: approx Japonica. HEX triplet: CD, 7A and 56. RGB value is (205,122,86). Sum of RGB (Red+Green+Blue) = 205+122+86=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A56 is #3285A9. Grayscale: #8E8E8E. Windows color (decimal): -3311018 or 5667533. OLE color: 5667533.

HSL color Cylindrical-coordinate representation of color #CD7A56: hue angle of 18.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD7A56 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20512286-
CMYK00.400.580.20
HSL18.15º54.34%57.06%-
HSV(B)18.15º58.05%80.39%-
XYZ33.8227.5712.34-
YUV142.7196172.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 49.64%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=49.64%
G=29.54%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051228600.400.580.2018.1554.3457.06
HexCD7A560283A14123639
Octal3151721260507224226671
Binary110011011111010101011001010001110101010010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A56; }

 p { color: rgb(205,122,86); }

 H1.HeaderClassName
 {
   color: #CD7A56;
 }
 .AnyTagClassName
 {
   color: #CD7A56;
 }
</style>
background-color css

<style>
 a { background-color: #CD7A56; }

 a { background-color: rgb(205,122,86); }

 div.DivClassName
 {
   background-color: #CD7A56;
 }
 .BgClassName
 {
   background-color: #CD7A56;
 }
</style>
border-color css

<style>
 span { border-color: #CD7A56; }

 span { border-color: rgb(205,122,86); }

 td.TdClassName
 {
   border-color: #CD7A56;
 }
 .TagClassName
 {
   border-color: #CD7A56;
 }
</style>