#CFAA92

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

Shades of Cashmere #CFAA92

Tints of Cashmere #CFAA92

Color information

#CFAA92 (or 0xCFAA92) is unknown color: approx Cashmere. HEX triplet: CF, AA and 92. RGB value is (207,170,146). Sum of RGB (Red+Green+Blue) = 207+170+146=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA92 is #30556D. Grayscale: #B2B2B2. Windows color (decimal): -3167598 or 9611983. OLE color: 9611983.

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

Color convert

RGB207170146-
CMYK00.180.290.19
HSL23.61º38.85%69.22%-
HSV(B)23.61º29.47%81.18%-
XYZ45.344.0933.32-
YUV178.33109.76148.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=39.58%
G=32.50%
B=27.92%

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
Decimal20717014600.180.290.1923.6138.8569.22
HexCFAA920121D13182745
Octal31725222202235233047105
Binary1100111110101010100100100100101110110011110001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA92; }

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

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

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

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

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

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

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

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