#CDA696

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

Shades of Rose #CDA696

Tints of Rose #CDA696

Color information

#CDA696 (or 0xCDA696) is unknown color: approx Rose. HEX triplet: CD, A6 and 96. RGB value is (205,166,150). Sum of RGB (Red+Green+Blue) = 205+166+150=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA696 is #325969. Grayscale: #AFAFAF. Windows color (decimal): -3299690 or 9873101. OLE color: 9873101.

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

Color convert

RGB205166150-
CMYK00.190.270.20
HSL17.45º35.48%69.61%-
HSV(B)17.45º26.83%80.39%-
XYZ44.3242.4534.71-
YUV175.84113.42148.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=39.35%
G=31.86%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516615000.190.270.2017.4535.4869.61
HexCDA6960131B14112346
Octal31524622602333242143106
Binary1100110110100110100101100100111101110100100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA696; }

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

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

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

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

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

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

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

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