#CDAE91

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

Shades of Cashmere #CDAE91

Tints of Cashmere #CDAE91

Color information

#CDAE91 (or 0xCDAE91) is unknown color: approx Cashmere. HEX triplet: CD, AE and 91. RGB value is (205,174,145). Sum of RGB (Red+Green+Blue) = 205+174+145=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE91 is #32516E. Grayscale: #B4B4B4. Windows color (decimal): -3297647 or 9547469. OLE color: 9547469.

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

Color convert

RGB205174145-
CMYK00.150.290.20
HSL29º37.5%68.63%-
HSV(B)29º29.27%80.39%-
XYZ45.4245.333.14-
YUV179.96108.27145.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=39.12%
G=33.21%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517414500.150.290.202937.568.63
HexCDAE910F1D141d2645
Octal31525622101735243546105
Binary110011011010111010010001011111110110100111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE91; }

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

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

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

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

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

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

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

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