#CDA08B

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

Shades of Rose #CDA08B

Tints of Rose #CDA08B

Color information

#CDA08B (or 0xCDA08B) is unknown color: approx Rose. HEX triplet: CD, A0 and 8B. RGB value is (205,160,139). Sum of RGB (Red+Green+Blue) = 205+160+139=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA08B is #325F74. Grayscale: #ABABAB. Windows color (decimal): -3301237 or 9150669. OLE color: 9150669.

HSL color Cylindrical-coordinate representation of color #CDA08B: hue angle of 19.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA08B is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205160139-
CMYK00.220.320.20
HSL19.09º39.76%67.45%-
HSV(B)19.09º32.2%80.39%-
XYZ42.4139.9829.91-
YUV171.06109.91152.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=40.67%
G=31.75%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516013900.220.320.2019.0939.7667.45
HexCDA08B0162014132843
Octal31524021302640242350103
Binary11001101101000001000101101011010000010100100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA08B; }

 p { color: rgb(205,160,139); }

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

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

 a { background-color: rgb(205,160,139); }

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

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

 span { border-color: rgb(205,160,139); }

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