#CFAF9A

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

Shades of Cashmere #CFAF9A

Tints of Cashmere #CFAF9A

Color information

#CFAF9A (or 0xCFAF9A) is unknown color: approx Cashmere. HEX triplet: CF, AF and 9A. RGB value is (207,175,154). Sum of RGB (Red+Green+Blue) = 207+175+154=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9A is #305065. Grayscale: #B6B6B6. Windows color (decimal): -3166310 or 10137551. OLE color: 10137551.

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

Color convert

RGB207175154-
CMYK00.150.260.19
HSL23.77º35.57%70.78%-
HSV(B)23.77º25.6%81.18%-
XYZ46.8946.2637.03-
YUV182.17112.1145.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=38.62%
G=32.65%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717515400.150.260.1923.7735.5770.78
HexCFAF9A0F1A13182447
Octal31725723201732233044107
Binary110011111010111110011010011111101010011110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF9A; }

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

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

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

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

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

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

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

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