Html Css Color HEX #CCA061 Apache

📋 copy color: '#CCA061'

red 204 ◦ green 160 ◦ blue 97

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

Shades of Apache #CCA061

Tints of Apache #CCA061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 44.25%
G = 34.71%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA061 (or 0xCCA061) is known color: Apache. HEX triplet: CC, A0 and 61. RGB value is (204,160,97). Sum of RGB (Red+Green+Blue) = 204+160+97=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA061 is #335F9E. Grayscale: #A6A6A6. Windows color (decimal): -3366815 or 6398156. OLE color: 6398156.

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

Color convert

RGB 204 160 97 -
CMYK 0 0.22 0.52 0.2
HSL 35.33º 0.51% 0.59% -
HSV(B) 35.33º 0.52% 0.8% -
XYZ 39.63 38.84 16.72 -
YUV 165.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 204 160 97 0 0.22 0.52 0.2 35.33 0.51 0.59
Hex CC A0 61 0 16 34 14 23 33 3B
Octal 314 240 141 0 26 64 24 43 63 73
Binary 11001100 10100000 1100001 0 10110 110100 10100 100011 110011 111011

Color Harmonies of #CCA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA061

Black with #CCA061

Text Example


Text Example

White with #CCA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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