Html Css Color HEX #CCA060 Apache

📋 copy color: '#CCA060'

red 204 ◦ green 160 ◦ blue 96

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

Shades of Apache #CCA060

Tints of Apache #CCA060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 44.35%
G = 34.78%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA060 (or 0xCCA060) is known color: Apache. HEX triplet: CC, A0 and 60. RGB value is (204,160,96). Sum of RGB (Red+Green+Blue) = 204+160+96=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA060 is #335F9F. Grayscale: #A6A6A6. Windows color (decimal): -3366816 or 6332620. OLE color: 6332620.

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

Color convert

RGB 204 160 96 -
CMYK 0 0.22 0.53 0.2
HSL 35.56º 0.51% 0.59% -
HSV(B) 35.56º 0.53% 0.8% -
XYZ 39.58 38.82 16.47 -
YUV 165.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 204 160 96 0 0.22 0.53 0.2 35.56 0.51 0.59
Hex CC A0 60 0 16 35 14 24 33 3B
Octal 314 240 140 0 26 65 24 44 63 73
Binary 11001100 10100000 1100000 0 10110 110101 10100 100100 110011 111011

Color Harmonies of #CCA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA060

Black with #CCA060

Text Example


Text Example

White with #CCA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA060; }

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

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

background-color css

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

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

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

border-color css

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

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

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