#CDAF94

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

Shades of Cashmere #CDAF94

Tints of Cashmere #CDAF94

Color information

#CDAF94 (or 0xCDAF94) is unknown color: approx Cashmere. HEX triplet: CD, AF and 94. RGB value is (205,175,148). Sum of RGB (Red+Green+Blue) = 205+175+148=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF94 is #32506B. Grayscale: #B5B5B5. Windows color (decimal): -3297388 or 9744333. OLE color: 9744333.

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

Color convert

RGB205175148-
CMYK00.150.280.20
HSL28.42º36.31%69.22%-
HSV(B)28.42º27.8%80.39%-
XYZ45.8545.7834.44-
YUV180.89109.44145.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=38.83%
G=33.14%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517514800.150.280.2028.4236.3169.22
HexCDAF940F1C141c2445
Octal31525722401734243444105
Binary110011011010111110010100011111110010100111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF94; }

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

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

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

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

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

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

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

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