#CFAF98

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

Shades of Cashmere #CFAF98

Tints of Cashmere #CFAF98

Color information

#CFAF98 (or 0xCFAF98) is unknown color: approx Cashmere. HEX triplet: CF, AF and 98. RGB value is (207,175,152). Sum of RGB (Red+Green+Blue) = 207+175+152=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF98 is #305067. Grayscale: #B6B6B6. Windows color (decimal): -3166312 or 10006479. OLE color: 10006479.

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

Color convert

RGB207175152-
CMYK00.150.270.19
HSL25.09º36.42%70.39%-
HSV(B)25.09º26.57%81.18%-
XYZ46.7346.1936.16-
YUV181.95111.1145.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=38.76%
G=32.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717515200.150.270.1925.0936.4270.39
HexCFAF980F1B13192446
Octal31725723001733233144106
Binary110011111010111110011000011111101110011110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF98; }

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

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

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

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

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

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

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

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