#CCA151

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

Shades of Apache #CCA151

Tints of Apache #CCA151

Color information

#CCA151 (or 0xCCA151) is unknown color: approx Apache. HEX triplet: CC, A1 and 51. RGB value is (204,161,81). Sum of RGB (Red+Green+Blue) = 204+161+81=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA151 is #335EAE. Grayscale: #A5A5A5. Windows color (decimal): -3366575 or 5349836. OLE color: 5349836.

HSL color Cylindrical-coordinate representation of color #CCA151: hue angle of 39.02º 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 #CCA151 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20416181-
CMYK00.210.600.2
HSL39.02º54.67%55.88%-
HSV(B)39.02º60.29%80%-
XYZ39.1338.9213.23-
YUV164.7480.75156-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 81 (32.03% from 255) = 18.16%
R=45.74%
G=36.10%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041618100.210.600.239.0254.6755.88
HexCCA1510153C14273738
Octal3142411210257424476770
Binary1100110010100001101000101010111110010100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA151; }

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

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

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

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

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

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

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

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