#CCA259

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

Shades of Apache #CCA259

Tints of Apache #CCA259

Color information

#CCA259 (or 0xCCA259) is unknown color: approx Apache. HEX triplet: CC, A2 and 59. RGB value is (204,162,89). Sum of RGB (Red+Green+Blue) = 204+162+89=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA259 is #335DA6. Grayscale: #A6A6A6. Windows color (decimal): -3366311 or 5874380. OLE color: 5874380.

HSL color Cylindrical-coordinate representation of color #CCA259: hue angle of 38.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCA259 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20416289-
CMYK00.210.560.2
HSL38.09º53%57.45%-
HSV(B)38.09º56.37%80%-
XYZ39.6339.414.97-
YUV166.2484.41154.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=44.84%
G=35.60%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041628900.210.560.238.095357.45
HexCCA2590153814263539
Octal3142421310257024466571
Binary1100110010100010101100101010111100010100100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA259; }

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

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

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

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

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

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

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

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