#CCA152

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

Shades of Apache #CCA152

Tints of Apache #CCA152

Color information

#CCA152 (or 0xCCA152) is unknown color: approx Apache. HEX triplet: CC, A1 and 52. RGB value is (204,161,82). Sum of RGB (Red+Green+Blue) = 204+161+82=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA152 is #335EAD. Grayscale: #A5A5A5. Windows color (decimal): -3366574 or 5415372. OLE color: 5415372.

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

Color convert

RGB20416182-
CMYK00.210.600.2
HSL38.85º54.46%56.08%-
HSV(B)38.85º59.8%80%-
XYZ39.1738.9413.43-
YUV164.8581.25155.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=45.64%
G=36.02%
B=18.34%

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
Decimal2041618200.210.600.238.8554.4656.08
HexCCA1520153C14273638
Octal3142411220257424476670
Binary1100110010100001101001001010111110010100100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA152; }

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

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

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

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

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

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

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

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