Html Css Color HEX #CCA056 Apache

📋 copy color: '#CCA056'

red 204 ◦ green 160 ◦ blue 86

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

Shades of Apache #CCA056

Tints of Apache #CCA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.11%

R = 45.33%
G = 35.56%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA056 (or 0xCCA056) is known color: Apache. HEX triplet: CC, A0 and 56. RGB value is (204,160,86). Sum of RGB (Red+Green+Blue) = 204+160+86=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA056 is #335FA9. Grayscale: #A5A5A5. Windows color (decimal): -3366826 or 5677260. OLE color: 5677260.

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

Color convert

RGB 204 160 86 -
CMYK 0 0.22 0.58 0.2
HSL 37.63º 0.54% 0.57% -
HSV(B) 37.63º 0.58% 0.8% -
XYZ 39.15 38.65 14.2 -
YUV 164.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 204 160 86 0 0.22 0.58 0.2 37.63 0.54 0.57
Hex CC A0 56 0 16 3A 14 26 36 39
Octal 314 240 126 0 26 72 24 46 66 71
Binary 11001100 10100000 1010110 0 10110 111010 10100 100110 110110 111001

Color Harmonies of #CCA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA056

Black with #CCA056

Text Example


Text Example

White with #CCA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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