#CCA150

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

Shades of Apache #CCA150

Tints of Apache #CCA150

Color information

#CCA150 (or 0xCCA150) is unknown color: approx Apache. HEX triplet: CC, A1 and 50. RGB value is (204,161,80). Sum of RGB (Red+Green+Blue) = 204+161+80=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA150 is #335EAF. Grayscale: #A4A4A4. Windows color (decimal): -3366576 or 5284300. OLE color: 5284300.

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

Color convert

RGB20416180-
CMYK00.210.610.2
HSL39.19º54.87%55.69%-
HSV(B)39.19º60.78%80%-
XYZ39.0938.9113.04-
YUV164.6280.25156.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 80 (31.64% from 255) = 17.98%
R=45.84%
G=36.18%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041618000.210.610.239.1954.8755.69
HexCCA1500153D14273738
Octal3142411200257524476770
Binary1100110010100001101000001010111110110100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA150; }

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

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

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

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

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

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

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

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