#CDA096

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

Shades of Rose #CDA096

Tints of Rose #CDA096

Color information

#CDA096 (or 0xCDA096) is unknown color: approx Rose. HEX triplet: CD, A0 and 96. RGB value is (205,160,150). Sum of RGB (Red+Green+Blue) = 205+160+150=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA096 is #325F69. Grayscale: #ACACAC. Windows color (decimal): -3301226 or 9871565. OLE color: 9871565.

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

Color convert

RGB205160150-
CMYK00.220.270.20
HSL10.91º35.48%69.61%-
HSV(B)10.91º26.83%80.39%-
XYZ43.2540.3234.36-
YUV172.31115.41151.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=39.81%
G=31.07%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516015000.220.270.2010.9135.4869.61
HexCDA0960161B14b2346
Octal31524022602633241343106
Binary110011011010000010010110010110110111010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA096; }

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

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

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

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

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

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

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

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