#CDA595

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

Shades of Rose #CDA595

Tints of Rose #CDA595

Color information

#CDA595 (or 0xCDA595) is unknown color: approx Rose. HEX triplet: CD, A5 and 95. RGB value is (205,165,149). Sum of RGB (Red+Green+Blue) = 205+165+149=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA595 is #325A6A. Grayscale: #AFAFAF. Windows color (decimal): -3299947 or 9807309. OLE color: 9807309.

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

Color convert

RGB205165149-
CMYK00.200.270.20
HSL17.14º35.9%69.41%-
HSV(B)17.14º27.32%80.39%-
XYZ44.0642.0634.23-
YUV175.14113.25149.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=39.50%
G=31.79%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516514900.200.270.2017.1435.969.41
HexCDA5950141B14112445
Octal31524522502433242144105
Binary1100110110100101100101010101001101110100100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA595; }

 p { color: rgb(205,165,149); }

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

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

 a { background-color: rgb(205,165,149); }

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

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

 span { border-color: rgb(205,165,149); }

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