#CFAA94

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

Shades of Cashmere #CFAA94

Tints of Cashmere #CFAA94

Color information

#CFAA94 (or 0xCFAA94) is unknown color: approx Cashmere. HEX triplet: CF, AA and 94. RGB value is (207,170,148). Sum of RGB (Red+Green+Blue) = 207+170+148=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA94 is #30556B. Grayscale: #B2B2B2. Windows color (decimal): -3167596 or 9743055. OLE color: 9743055.

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

Color convert

RGB207170148-
CMYK00.180.290.19
HSL22.37º38.06%69.61%-
HSV(B)22.37º28.5%81.18%-
XYZ45.4544.1534.14-
YUV178.56110.76148.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=39.43%
G=32.38%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717014800.180.290.1922.3738.0669.61
HexCFAA940121D13162646
Octal31725222402235232646106
Binary1100111110101010100101000100101110110011101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA94; }

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

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

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

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

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

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

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

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