#CDA18E

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

Shades of Rose #CDA18E

Tints of Rose #CDA18E

Color information

#CDA18E (or 0xCDA18E) is unknown color: approx Rose. HEX triplet: CD, A1 and 8E. RGB value is (205,161,142). Sum of RGB (Red+Green+Blue) = 205+161+142=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA18E is #325E71. Grayscale: #ACACAC. Windows color (decimal): -3300978 or 9347533. OLE color: 9347533.

HSL color Cylindrical-coordinate representation of color #CDA18E: hue angle of 18.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA18E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205161142-
CMYK00.210.310.20
HSL18.1º38.65%68.04%-
HSV(B)18.1º30.73%80.39%-
XYZ42.840.4231.14-
YUV171.99111.08151.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=40.35%
G=31.69%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516114200.210.310.2018.138.6568.04
HexCDA18E0151F14122744
Octal31524121602537242247104
Binary1100110110100001100011100101011111110100100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA18E; }

 p { color: rgb(205,161,142); }

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

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

 a { background-color: rgb(205,161,142); }

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

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

 span { border-color: rgb(205,161,142); }

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