#CCA362

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

Shades of Apache #CCA362

Tints of Apache #CCA362

Color information

#CCA362 (or 0xCCA362) is unknown color: approx Apache. HEX triplet: CC, A3 and 62. RGB value is (204,163,98). Sum of RGB (Red+Green+Blue) = 204+163+98=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA362 is #335C9D. Grayscale: #A8A8A8. Windows color (decimal): -3366046 or 6464460. OLE color: 6464460.

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

Color convert

RGB20416398-
CMYK00.200.520.2
HSL36.79º50.96%59.22%-
HSV(B)36.79º51.96%80%-
XYZ40.239.9117.14-
YUV167.8588.58153.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=43.87%
G=35.05%
B=21.08%

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
Decimal2041639800.200.520.236.7950.9659.22
HexCCA362014341425333b
Octal3142431420246424456373
Binary1100110010100011110001001010011010010100100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA362; }

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

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

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

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

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

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

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

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