#CDAE95

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

Shades of Cashmere #CDAE95

Tints of Cashmere #CDAE95

Color information

#CDAE95 (or 0xCDAE95) is unknown color: approx Cashmere. HEX triplet: CD, AE and 95. RGB value is (205,174,149). Sum of RGB (Red+Green+Blue) = 205+174+149=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE95 is #32516A. Grayscale: #B4B4B4. Windows color (decimal): -3297643 or 9809613. OLE color: 9809613.

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

Color convert

RGB205174149-
CMYK00.150.270.20
HSL26.79º35.9%69.41%-
HSV(B)26.79º27.32%80.39%-
XYZ45.7445.4234.79-
YUV180.42110.27145.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=38.83%
G=32.95%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517414900.150.270.2026.7935.969.41
HexCDAE950F1B141b2445
Octal31525622501733243344105
Binary110011011010111010010101011111101110100110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE95; }

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

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

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

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

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

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

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

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