#CFA264

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

Shades of Apache #CFA264

Tints of Apache #CFA264

Color information

#CFA264 (or 0xCFA264) is unknown color: approx Apache. HEX triplet: CF, A2 and 64. RGB value is (207,162,100). Sum of RGB (Red+Green+Blue) = 207+162+100=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA264 is #305D9B. Grayscale: #A8A8A8. Windows color (decimal): -3169692 or 6595279. OLE color: 6595279.

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

Color convert

RGB207162100-
CMYK00.220.520.19
HSL34.77º52.71%60.2%-
HSV(B)34.77º51.69%81.18%-
XYZ40.9540.0317.62-
YUV168.3989.41155.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=44.14%
G=34.54%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716210000.220.520.1934.7752.7160.2
HexCFA264016341323353c
Octal3172421440266423436574
Binary1100111110100010110010001011011010010011100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA264; }

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

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

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

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

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

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

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

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