#CCA256

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

Shades of Apache #CCA256

Tints of Apache #CCA256

Color information

#CCA256 (or 0xCCA256) is unknown color: approx Apache. HEX triplet: CC, A2 and 56. RGB value is (204,162,86). Sum of RGB (Red+Green+Blue) = 204+162+86=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA256 is #335DA9. Grayscale: #A6A6A6. Windows color (decimal): -3366314 or 5677772. OLE color: 5677772.

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

Color convert

RGB20416286-
CMYK00.210.580.2
HSL38.64º53.64%56.86%-
HSV(B)38.64º57.84%80%-
XYZ39.539.3514.32-
YUV165.8982.91155.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 86 (33.98% from 255) = 19.03%
R=45.13%
G=35.84%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041628600.210.580.238.6453.6456.86
HexCCA2560153A14273639
Octal3142421260257224476671
Binary1100110010100010101011001010111101010100100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA256; }

 p { color: rgb(204,162,86); }

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

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

 a { background-color: rgb(204,162,86); }

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

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

 span { border-color: rgb(204,162,86); }

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