Html Css Color HEX #CCA052 Apache

📋 copy color: '#CCA052'

red 204 ◦ green 160 ◦ blue 82

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

Shades of Apache #CCA052

Tints of Apache #CCA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.39%

R = 45.74%
G = 35.87%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCA052 (or 0xCCA052) is known color: Apache. HEX triplet: CC, A0 and 52. RGB value is (204,160,82). Sum of RGB (Red+Green+Blue) = 204+160+82=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA052 is #335FAD. Grayscale: #A4A4A4. Windows color (decimal): -3366830 or 5415116. OLE color: 5415116.

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

Color convert

RGB 204 160 82 -
CMYK 0 0.22 0.60 0.2
HSL 38.36º 0.54% 0.56% -
HSV(B) 38.36º 0.6% 0.8% -
XYZ 39 38.59 13.38 -
YUV 164.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 204 160 82 0 0.22 0.60 0.2 38.36 0.54 0.56
Hex CC A0 52 0 16 3C 14 26 36 38
Octal 314 240 122 0 26 74 24 46 66 70
Binary 11001100 10100000 1010010 0 10110 111100 10100 100110 110110 111000

Color Harmonies of #CCA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA052

Black with #CCA052

Text Example


Text Example

White with #CCA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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