#CFA259

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

Shades of Apache #CFA259

Tints of Apache #CFA259

Color information

#CFA259 (or 0xCFA259) is unknown color: approx Apache. HEX triplet: CF, A2 and 59. RGB value is (207,162,89). Sum of RGB (Red+Green+Blue) = 207+162+89=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA259 is #305DA6. Grayscale: #A7A7A7. Windows color (decimal): -3169703 or 5874383. OLE color: 5874383.

HSL color Cylindrical-coordinate representation of color #CFA259: hue angle of 37.12º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFA259 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20716289-
CMYK00.220.570.19
HSL37.12º55.14%58.04%-
HSV(B)37.12º57%81.18%-
XYZ40.4639.8315.01-
YUV167.1383.91156.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 89 (35.16% from 255) = 19.43%
R=45.20%
G=35.37%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071628900.220.570.1937.1255.1458.04
HexCFA259016391325373a
Octal3172421310267123456772
Binary1100111110100010101100101011011100110011100101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA259; }

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

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

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

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

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

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

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

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