#CD7C56

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

Shades of Japonica #CD7C56

Tints of Japonica #CD7C56

Color information

#CD7C56 (or 0xCD7C56) is unknown color: approx Japonica. HEX triplet: CD, 7C and 56. RGB value is (205,124,86). Sum of RGB (Red+Green+Blue) = 205+124+86=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C56 is #3283A9. Grayscale: #909090. Windows color (decimal): -3310506 or 5668045. OLE color: 5668045.

HSL color Cylindrical-coordinate representation of color #CD7C56: hue angle of 19.16º 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 #CD7C56 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20512486-
CMYK00.400.580.20
HSL19.16º54.34%57.06%-
HSV(B)19.16º58.05%80.39%-
XYZ34.0628.0712.43-
YUV143.8995.34171.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=49.40%
G=29.88%
B=20.72%

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
Decimal2051248600.400.580.2019.1654.3457.06
HexCD7C560283A14133639
Octal3151741260507224236671
Binary110011011111100101011001010001110101010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C56; }

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

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

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

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

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

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

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

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