#CFAC98

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

Shades of Cashmere #CFAC98

Tints of Cashmere #CFAC98

Color information

#CFAC98 (or 0xCFAC98) is unknown color: approx Cashmere. HEX triplet: CF, AC and 98. RGB value is (207,172,152). Sum of RGB (Red+Green+Blue) = 207+172+152=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC98 is #305367. Grayscale: #B4B4B4. Windows color (decimal): -3167080 or 10005711. OLE color: 10005711.

HSL color Cylindrical-coordinate representation of color #CFAC98: hue angle of 21.82º 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 #CFAC98 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207172152-
CMYK00.170.270.19
HSL21.82º36.42%70.39%-
HSV(B)21.82º26.57%81.18%-
XYZ46.1545.0435.97-
YUV180.18112.1147.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=38.98%
G=32.39%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717215200.170.270.1921.8236.4270.39
HexCFAC980111B13162446
Octal31725423002133232644106
Binary1100111110101100100110000100011101110011101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC98; }

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

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

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

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

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

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

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

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