#CFAF9D

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

Shades of Cashmere #CFAF9D

Tints of Cashmere #CFAF9D

Color information

#CFAF9D (or 0xCFAF9D) is unknown color: approx Cashmere. HEX triplet: CF, AF and 9D. RGB value is (207,175,157). Sum of RGB (Red+Green+Blue) = 207+175+157=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9D is #305062. Grayscale: #B6B6B6. Windows color (decimal): -3166307 or 10334159. OLE color: 10334159.

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

Color convert

RGB207175157-
CMYK00.150.240.19
HSL21.6º34.25%71.37%-
HSV(B)21.6º24.15%81.18%-
XYZ47.1546.3638.36-
YUV182.52113.6145.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=38.40%
G=32.47%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717515700.150.240.1921.634.2571.37
HexCFAF9D0F1813162247
Octal31725723501730232642107
Binary110011111010111110011101011111100010011101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF9D; }

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

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

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

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

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

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

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

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