#CDAE99

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

Shades of Cashmere #CDAE99

Tints of Cashmere #CDAE99

Color information

#CDAE99 (or 0xCDAE99) is unknown color: approx Cashmere. HEX triplet: CD, AE and 99. RGB value is (205,174,153). Sum of RGB (Red+Green+Blue) = 205+174+153=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE99 is #325166. Grayscale: #B4B4B4. Windows color (decimal): -3297639 or 10071757. OLE color: 10071757.

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

Color convert

RGB205174153-
CMYK00.150.250.20
HSL24.23º34.21%70.2%-
HSV(B)24.23º25.37%80.39%-
XYZ46.0645.5536.5-
YUV180.88112.27145.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=38.53%
G=32.71%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517415300.150.250.2024.2334.2170.2
HexCDAE990F1914182246
Octal31525623101731243042106
Binary110011011010111010011001011111100110100110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE99; }

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

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

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

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

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

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

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

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