#CFAC8F

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

Shades of Cashmere #CFAC8F

Tints of Cashmere #CFAC8F

Color information

#CFAC8F (or 0xCFAC8F) is unknown color: approx Cashmere. HEX triplet: CF, AC and 8F. RGB value is (207,172,143). Sum of RGB (Red+Green+Blue) = 207+172+143=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC8F is #305370. Grayscale: #B3B3B3. Windows color (decimal): -3167089 or 9415887. OLE color: 9415887.

HSL color Cylindrical-coordinate representation of color #CFAC8F: hue angle of 27.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAC8F is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207172143-
CMYK00.170.310.19
HSL27.19º40%68.63%-
HSV(B)27.19º30.92%81.18%-
XYZ45.4444.7532.23-
YUV179.16107.6147.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 143 (56.25% from 255) = 27.39%
R=39.66%
G=32.95%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717214300.170.310.1927.194068.63
HexCFAC8F0111F131b2845
Octal31725421702137233350105
Binary1100111110101100100011110100011111110011110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC8F; }

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

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

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

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

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

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

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

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