#CDAF92

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

Shades of Cashmere #CDAF92

Tints of Cashmere #CDAF92

Color information

#CDAF92 (or 0xCDAF92) is unknown color: approx Cashmere. HEX triplet: CD, AF and 92. RGB value is (205,175,146). Sum of RGB (Red+Green+Blue) = 205+175+146=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF92 is #32506D. Grayscale: #B4B4B4. Windows color (decimal): -3297390 or 9613261. OLE color: 9613261.

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

Color convert

RGB205175146-
CMYK00.150.290.20
HSL29.49º37.11%68.82%-
HSV(B)29.49º28.78%80.39%-
XYZ45.745.7133.61-
YUV180.66108.44145.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=38.97%
G=33.27%
B=27.76%

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
Decimal20517514600.150.290.2029.4937.1168.82
HexCDAF920F1D141d2545
Octal31525722201735243545105
Binary110011011010111110010010011111110110100111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF92; }

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

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

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

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

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

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

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

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