#CCA855

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

Shades of Apache #CCA855

Tints of Apache #CCA855

Color information

#CCA855 (or 0xCCA855) is unknown color: approx Apache. HEX triplet: CC, A8 and 55. RGB value is (204,168,85). Sum of RGB (Red+Green+Blue) = 204+168+85=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA855 is #3357AA. Grayscale: #A9A9A9. Windows color (decimal): -3364779 or 5613772. OLE color: 5613772.

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

Color convert

RGB20416885-
CMYK00.180.580.2
HSL41.85º53.85%56.67%-
HSV(B)41.85º58.33%80%-
XYZ40.5441.514.47-
YUV169.380.43152.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=44.64%
G=36.76%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041688500.180.580.241.8553.8556.67
HexCCA8550123A142a3639
Octal3142501250227224526671
Binary1100110010101000101010101001011101010100101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA855; }

 p { color: rgb(204,168,85); }

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

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

 a { background-color: rgb(204,168,85); }

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

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

 span { border-color: rgb(204,168,85); }

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