#CD6D5C

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

Shades of Japonica #CD6D5C

Tints of Japonica #CD6D5C

Color information

#CD6D5C (or 0xCD6D5C) is unknown color: approx Japonica. HEX triplet: CD, 6D and 5C. RGB value is (205,109,92). Sum of RGB (Red+Green+Blue) = 205+109+92=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D5C is #3292A3. Grayscale: #878787. Windows color (decimal): -3314340 or 6057421. OLE color: 6057421.

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

Color convert

RGB20510992-
CMYK00.470.550.20
HSL9.03º53.05%58.24%-
HSV(B)9.03º55.12%80.39%-
XYZ32.5824.6913.17-
YUV135.77103.3177.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.49%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=50.49%
G=26.85%
B=22.66%

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
Decimal2051099200.470.550.209.0353.0558.24
HexCD6D5C02F37149353a
Octal3151551340576724116572
Binary11001101110110110111000101111110111101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D5C; }

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

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

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

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

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

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

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

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