#CDA895

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

Shades of Rose #CDA895

Tints of Rose #CDA895

Color information

#CDA895 (or 0xCDA895) is unknown color: approx Rose. HEX triplet: CD, A8 and 95. RGB value is (205,168,149). Sum of RGB (Red+Green+Blue) = 205+168+149=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA895 is #32576A. Grayscale: #B1B1B1. Windows color (decimal): -3299179 or 9808077. OLE color: 9808077.

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

Color convert

RGB205168149-
CMYK00.180.270.20
HSL20.36º35.9%69.41%-
HSV(B)20.36º27.32%80.39%-
XYZ44.643.1534.41-
YUV176.9112.26148.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=39.27%
G=32.18%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516814900.180.270.2020.3635.969.41
HexCDA8950121B14142445
Octal31525022502233242444105
Binary1100110110101000100101010100101101110100101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA895; }

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

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

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

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

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

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

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

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