#CD6C5A

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

Shades of Japonica #CD6C5A

Tints of Japonica #CD6C5A

Color information

#CD6C5A (or 0xCD6C5A) is unknown color: approx Japonica. HEX triplet: CD, 6C and 5A. RGB value is (205,108,90). Sum of RGB (Red+Green+Blue) = 205+108+90=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C5A is #3293A5. Grayscale: #878787. Windows color (decimal): -3314598 or 5926093. OLE color: 5926093.

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

Color convert

RGB20510890-
CMYK00.470.560.20
HSL9.39º53.49%57.84%-
HSV(B)9.39º56.1%80.39%-
XYZ32.3824.4412.68-
YUV134.95102.64177.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=50.87%
G=26.80%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051089000.470.560.209.3953.4957.84
HexCD6C5A02F38149353a
Octal3151541320577024116572
Binary11001101110110010110100101111111000101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6C5A; }

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

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

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

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

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

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

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

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