#CFAC87

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

Shades of Calico #CFAC87

Tints of Calico #CFAC87

Color information

#CFAC87 (or 0xCFAC87) is unknown color: approx Calico. HEX triplet: CF, AC and 87. RGB value is (207,172,135). Sum of RGB (Red+Green+Blue) = 207+172+135=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC87 is #305378. Grayscale: #B2B2B2. Windows color (decimal): -3167097 or 8891599. OLE color: 8891599.

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

Color convert

RGB207172135-
CMYK00.170.350.19
HSL30.83º42.86%67.06%-
HSV(B)30.83º34.78%81.18%-
XYZ44.8644.5229.15-
YUV178.25103.6148.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=40.27%
G=33.46%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717213500.170.350.1930.8342.8667.06
HexCFAC8701123131f2b43
Octal31725420702143233753103
Binary11001111101011001000011101000110001110011111111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC87; }

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

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

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

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

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

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

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

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