#CCA351

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

Shades of Apache #CCA351

Tints of Apache #CCA351

Color information

#CCA351 (or 0xCCA351) is unknown color: approx Apache. HEX triplet: CC, A3 and 51. RGB value is (204,163,81). Sum of RGB (Red+Green+Blue) = 204+163+81=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA351 is #335CAE. Grayscale: #A6A6A6. Windows color (decimal): -3366063 or 5350348. OLE color: 5350348.

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

Color convert

RGB20416381-
CMYK00.200.600.2
HSL40º54.67%55.88%-
HSV(B)40º60.29%80%-
XYZ39.4839.6313.35-
YUV165.9180.08155.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=45.54%
G=36.38%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041638100.200.600.24054.6755.88
HexCCA3510143C14283738
Octal3142431210247424506770
Binary1100110010100011101000101010011110010100101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA351; }

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

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

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

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

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

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

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

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