#CFAC64

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

Shades of Apache #CFAC64

Tints of Apache #CFAC64

Color information

#CFAC64 (or 0xCFAC64) is unknown color: approx Apache. HEX triplet: CF, AC and 64. RGB value is (207,172,100). Sum of RGB (Red+Green+Blue) = 207+172+100=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC64 is #30539B. Grayscale: #AEAEAE. Windows color (decimal): -3167132 or 6597839. OLE color: 6597839.

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

Color convert

RGB207172100-
CMYK00.170.520.19
HSL40.37º52.71%60.2%-
HSV(B)40.37º51.69%81.18%-
XYZ42.7843.6918.23-
YUV174.2686.1151.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=43.22%
G=35.91%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717210000.170.520.1940.3752.7160.2
HexCFAC64011341328353c
Octal3172541440216423506574
Binary1100111110101100110010001000111010010011101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC64; }

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

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

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

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

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

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

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

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