#CCA051

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

Shades of Apache #CCA051

Tints of Apache #CCA051

Color information

#CCA051 (or 0xCCA051) is unknown color: approx Apache. HEX triplet: CC, A0 and 51. RGB value is (204,160,81). Sum of RGB (Red+Green+Blue) = 204+160+81=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA051 is #335FAE. Grayscale: #A4A4A4. Windows color (decimal): -3366831 or 5349580. OLE color: 5349580.

HSL color Cylindrical-coordinate representation of color #CCA051: hue angle of 38.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA051 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20416081-
CMYK00.220.600.2
HSL38.54º54.67%55.88%-
HSV(B)38.54º60.29%80%-
XYZ38.9638.5713.18-
YUV164.1581.08156.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 18.20%
R=45.84%
G=35.96%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041608100.220.600.238.5454.6755.88
HexCCA0510163C14273738
Octal3142401210267424476770
Binary1100110010100000101000101011011110010100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA051; }

 p { color: rgb(204,160,81); }

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

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

 a { background-color: rgb(204,160,81); }

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

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

 span { border-color: rgb(204,160,81); }

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