#CCA462

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

Shades of Apache #CCA462

Tints of Apache #CCA462

Color information

#CCA462 (or 0xCCA462) is unknown color: approx Apache. HEX triplet: CC, A4 and 62. RGB value is (204,164,98). Sum of RGB (Red+Green+Blue) = 204+164+98=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA462 is #335B9D. Grayscale: #A8A8A8. Windows color (decimal): -3365790 or 6464716. OLE color: 6464716.

HSL color Cylindrical-coordinate representation of color #CCA462: hue angle of 37.36º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCA462 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20416498-
CMYK00.200.520.2
HSL37.36º50.96%59.22%-
HSV(B)37.36º51.96%80%-
XYZ40.3840.2717.2-
YUV168.4488.25153.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=43.78%
G=35.19%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041649800.200.520.237.3650.9659.22
HexCCA462014341425333b
Octal3142441420246424456373
Binary1100110010100100110001001010011010010100100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA462; }

 p { color: rgb(204,164,98); }

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

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

 a { background-color: rgb(204,164,98); }

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

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

 span { border-color: rgb(204,164,98); }

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