#CFAA95

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

Shades of Cashmere #CFAA95

Tints of Cashmere #CFAA95

Color information

#CFAA95 (or 0xCFAA95) is unknown color: approx Cashmere. HEX triplet: CF, AA and 95. RGB value is (207,170,149). Sum of RGB (Red+Green+Blue) = 207+170+149=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA95 is #30556A. Grayscale: #B2B2B2. Windows color (decimal): -3167595 or 9808591. OLE color: 9808591.

HSL color Cylindrical-coordinate representation of color #CFAA95: hue angle of 21.72º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFAA95 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207170149-
CMYK00.180.280.19
HSL21.72º37.66%69.8%-
HSV(B)21.72º28.02%81.18%-
XYZ45.5344.1834.56-
YUV178.67111.26148.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=39.35%
G=32.32%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717014900.180.280.1921.7237.6669.8
HexCFAA950121C13162646
Octal31725222502234232646106
Binary1100111110101010100101010100101110010011101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA95; }

 p { color: rgb(207,170,149); }

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

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

 a { background-color: rgb(207,170,149); }

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

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

 span { border-color: rgb(207,170,149); }

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