#CD6C5C

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

Shades of Japonica #CD6C5C

Tints of Japonica #CD6C5C

Color information

#CD6C5C (or 0xCD6C5C) is unknown color: approx Japonica. HEX triplet: CD, 6C and 5C. RGB value is (205,108,92). Sum of RGB (Red+Green+Blue) = 205+108+92=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C5C is #3293A3. Grayscale: #878787. Windows color (decimal): -3314596 or 6057165. OLE color: 6057165.

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

Color convert

RGB20510892-
CMYK00.470.550.20
HSL8.5º53.05%58.24%-
HSV(B)8.5º55.12%80.39%-
XYZ32.4724.4813.14-
YUV135.18103.64177.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=50.62%
G=26.67%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051089200.470.550.208.553.0558.24
HexCD6C5C02F37148353a
Octal3151541340576724106572
Binary11001101110110010111000101111110111101001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6C5C; }

 p { color: rgb(205,108,92); }

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

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

 a { background-color: rgb(205,108,92); }

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

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

 span { border-color: rgb(205,108,92); }

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