Html Css Color HEX #CCA063 Apache

📋 copy color: '#CCA063'

red 204 ◦ green 160 ◦ blue 99

#CCA063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CCA063

Tints of Apache #CCA063

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 44.06%
G = 34.56%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCA063 (or 0xCCA063) is known color: Apache. HEX triplet: CC, A0 and 63. RGB value is (204,160,99). Sum of RGB (Red+Green+Blue) = 204+160+99=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA063 is #335F9C. Grayscale: #A6A6A6. Windows color (decimal): -3366813 or 6529228. OLE color: 6529228.

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

Color convert

RGB 204 160 99 -
CMYK 0 0.22 0.51 0.2
HSL 34.86º 0.51% 0.59% -
HSV(B) 34.86º 0.51% 0.8% -
XYZ 39.72 38.88 17.22 -
YUV 166.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 204 160 99 0 0.22 0.51 0.2 34.86 0.51 0.59
Hex CC A0 63 0 16 33 14 23 33 3B
Octal 314 240 143 0 26 63 24 43 63 73
Binary 11001100 10100000 1100011 0 10110 110011 10100 100011 110011 111011

Color Harmonies of #CCA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA063

Black with #CCA063

Text Example


Text Example

White with #CCA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA063; }

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

 H1.HeaderClassName
 {
   color: #CCA063;
 }
 .AnyTagClassName
 {
   color: #CCA063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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