#CFAF9F

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

Shades of Cashmere #CFAF9F

Tints of Cashmere #CFAF9F

Color information

#CFAF9F (or 0xCFAF9F) is unknown color: approx Cashmere. HEX triplet: CF, AF and 9F. RGB value is (207,175,159). Sum of RGB (Red+Green+Blue) = 207+175+159=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9F is #305060. Grayscale: #B6B6B6. Windows color (decimal): -3166305 or 10465231. OLE color: 10465231.

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

Color convert

RGB207175159-
CMYK00.150.230.19
HSL20º33.33%71.76%-
HSV(B)20º23.19%81.18%-
XYZ47.3246.4339.27-
YUV182.74114.6145.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=38.26%
G=32.35%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717515900.150.230.192033.3371.76
HexCFAF9F0F1713142148
Octal31725723701727232441110
Binary110011111010111110011111011111011110011101001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF9F; }

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

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

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

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

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

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

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

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