#CFAE91

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

Shades of Cashmere #CFAE91

Tints of Cashmere #CFAE91

Color information

#CFAE91 (or 0xCFAE91) is unknown color: approx Cashmere. HEX triplet: CF, AE and 91. RGB value is (207,174,145). Sum of RGB (Red+Green+Blue) = 207+174+145=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE91 is #30516E. Grayscale: #B4B4B4. Windows color (decimal): -3166575 or 9547471. OLE color: 9547471.

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

Color convert

RGB207174145-
CMYK00.160.300.19
HSL28.06º39.24%69.02%-
HSV(B)28.06º29.95%81.18%-
XYZ45.9845.5833.16-
YUV180.56107.93146.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=39.35%
G=33.08%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717414500.160.300.1928.0639.2469.02
HexCFAE910101E131c2745
Octal31725622102036233447105
Binary1100111110101110100100010100001111010011111001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE91; }

 p { color: rgb(207,174,145); }

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

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

 a { background-color: rgb(207,174,145); }

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

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

 span { border-color: rgb(207,174,145); }

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