#CFAC7E

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

Shades of Calico #CFAC7E

Tints of Calico #CFAC7E

Color information

#CFAC7E (or 0xCFAC7E) is unknown color: approx Calico. HEX triplet: CF, AC and 7E. RGB value is (207,172,126). Sum of RGB (Red+Green+Blue) = 207+172+126=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC7E is #305381. Grayscale: #B1B1B1. Windows color (decimal): -3167106 or 8301775. OLE color: 8301775.

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

Color convert

RGB207172126-
CMYK00.170.390.19
HSL34.07º45.76%65.29%-
HSV(B)34.07º39.13%81.18%-
XYZ44.2544.2825.95-
YUV177.2299.1149.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=40.99%
G=34.06%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717212600.170.390.1934.0745.7665.29
HexCFAC7E0112713222e41
Octal31725417602147234256101
Binary11001111101011001111110010001100111100111000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC7E; }

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

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

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

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

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

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

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

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