Html Css Color HEX #CCA050 Apache

📋 copy color: '#CCA050'

red 204 ◦ green 160 ◦ blue 80

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

Shades of Apache #CCA050

Tints of Apache #CCA050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 45.95%
G = 36.04%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCA050 (or 0xCCA050) is known color: Apache. HEX triplet: CC, A0 and 50. RGB value is (204,160,80). Sum of RGB (Red+Green+Blue) = 204+160+80=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA050 is #335FAF. Grayscale: #A4A4A4. Windows color (decimal): -3366832 or 5284044. OLE color: 5284044.

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

Color convert

RGB 204 160 80 -
CMYK 0 0.22 0.61 0.2
HSL 38.71º 0.55% 0.56% -
HSV(B) 38.71º 0.61% 0.8% -
XYZ 38.92 38.56 12.98 -
YUV 164.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 204 160 80 0 0.22 0.61 0.2 38.71 0.55 0.56
Hex CC A0 50 0 16 3D 14 27 37 38
Octal 314 240 120 0 26 75 24 47 67 70
Binary 11001100 10100000 1010000 0 10110 111101 10100 100111 110111 111000

Color Harmonies of #CCA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA050

Black with #CCA050

Text Example


Text Example

White with #CCA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA050; }

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

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

background-color css

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

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

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

border-color css

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

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

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