#CDA496

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

Shades of Rose #CDA496

Tints of Rose #CDA496

Color information

#CDA496 (or 0xCDA496) is unknown color: approx Rose. HEX triplet: CD, A4 and 96. RGB value is (205,164,150). Sum of RGB (Red+Green+Blue) = 205+164+150=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA496 is #325B69. Grayscale: #AEAEAE. Windows color (decimal): -3300202 or 9872589. OLE color: 9872589.

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

Color convert

RGB205164150-
CMYK00.20.270.20
HSL15.27º35.48%69.61%-
HSV(B)15.27º26.83%80.39%-
XYZ43.9641.7334.59-
YUV174.66114.08149.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=39.50%
G=31.60%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516415000.20.270.2015.2735.4869.61
HexCDA4960141B14f2346
Octal31524422602433241743106
Binary110011011010010010010110010100110111010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA496; }

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

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

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

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

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

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

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

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