#CDAF96

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

Shades of Cashmere #CDAF96

Tints of Cashmere #CDAF96

Color information

#CDAF96 (or 0xCDAF96) is unknown color: approx Cashmere. HEX triplet: CD, AF and 96. RGB value is (205,175,150). Sum of RGB (Red+Green+Blue) = 205+175+150=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF96 is #325069. Grayscale: #B5B5B5. Windows color (decimal): -3297386 or 9875405. OLE color: 9875405.

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

Color convert

RGB205175150-
CMYK00.150.270.20
HSL27.27º35.48%69.61%-
HSV(B)27.27º26.83%80.39%-
XYZ46.0145.8435.28-
YUV181.12110.44145.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=38.68%
G=33.02%
B=28.30%

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
Decimal20517515000.150.270.2027.2735.4869.61
HexCDAF960F1B141b2346
Octal31525722601733243343106
Binary110011011010111110010110011111101110100110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF96; }

 p { color: rgb(205,175,150); }

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

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

 a { background-color: rgb(205,175,150); }

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

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

 span { border-color: rgb(205,175,150); }

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