#CCA263

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

Shades of Apache #CCA263

Tints of Apache #CCA263

Color information

#CCA263 (or 0xCCA263) is unknown color: approx Apache. HEX triplet: CC, A2 and 63. RGB value is (204,162,99). Sum of RGB (Red+Green+Blue) = 204+162+99=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA263 is #335D9C. Grayscale: #A7A7A7. Windows color (decimal): -3366301 or 6529740. OLE color: 6529740.

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

Color convert

RGB20416299-
CMYK00.210.510.2
HSL36º50.72%59.41%-
HSV(B)36º51.47%80%-
XYZ40.0739.5817.33-
YUV167.3889.41154.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=43.87%
G=34.84%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041629900.210.510.23650.7259.41
HexCCA263015331424333b
Octal3142421430256324446373
Binary1100110010100010110001101010111001110100100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA263; }

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

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

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

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

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

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

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

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