Html Css Color HEX #CCA660 Apache

📋 copy color: '#CCA660'

red 204 ◦ green 166 ◦ blue 96

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

Shades of Apache #CCA660

Tints of Apache #CCA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

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

R = 43.78%
G = 35.62%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA660 (or 0xCCA660) is known color: Apache. HEX triplet: CC, A6 and 60. RGB value is (204,166,96). Sum of RGB (Red+Green+Blue) = 204+166+96=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA660 is #33599F. Grayscale: #A9A9A9. Windows color (decimal): -3365280 or 6334156. OLE color: 6334156.

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

Color convert

RGB 204 166 96 -
CMYK 0 0.19 0.53 0.2
HSL 38.89º 0.51% 0.59% -
HSV(B) 38.89º 0.53% 0.8% -
XYZ 40.65 40.95 16.83 -
YUV 169.38 86.59 152.69 -
System Red Green Blue C M Y K H S L
Decimal 204 166 96 0 0.19 0.53 0.2 38.89 0.51 0.59
Hex CC A6 60 0 13 35 14 27 33 3B
Octal 314 246 140 0 23 65 24 47 63 73
Binary 11001100 10100110 1100000 0 10011 110101 10100 100111 110011 111011

Color Harmonies of #CCA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA660

Black with #CCA660

Text Example


Text Example

White with #CCA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA660; }

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

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

background-color css

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

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

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

border-color css

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

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

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