#CFAF93

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

Shades of Cashmere #CFAF93

Tints of Cashmere #CFAF93

Color information

#CFAF93 (or 0xCFAF93) is unknown color: approx Cashmere. HEX triplet: CF, AF and 93. RGB value is (207,175,147). Sum of RGB (Red+Green+Blue) = 207+175+147=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF93 is #30506C. Grayscale: #B5B5B5. Windows color (decimal): -3166317 or 9678799. OLE color: 9678799.

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

Color convert

RGB207175147-
CMYK00.150.290.19
HSL28º38.46%69.41%-
HSV(B)28º28.99%81.18%-
XYZ46.3346.0334.05-
YUV181.38108.6146.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=39.13%
G=33.08%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717514700.150.290.192838.4669.41
HexCFAF930F1D131c2645
Octal31725722301735233446105
Binary110011111010111110010011011111110110011111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF93; }

 p { color: rgb(207,175,147); }

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

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

 a { background-color: rgb(207,175,147); }

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

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

 span { border-color: rgb(207,175,147); }

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