Html Css Color HEX #CCA552 Apache

📋 copy color: '#CCA552'

red 204 ◦ green 165 ◦ blue 82

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

Shades of Apache #CCA552

Tints of Apache #CCA552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

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

R = 45.23%
G = 36.59%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCA552 (or 0xCCA552) is known color: Apache. HEX triplet: CC, A5 and 52. RGB value is (204,165,82). Sum of RGB (Red+Green+Blue) = 204+165+82=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA552 is #335AAD. Grayscale: #A7A7A7. Windows color (decimal): -3365550 or 5416396. OLE color: 5416396.

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

Color convert

RGB 204 165 82 -
CMYK 0 0.19 0.60 0.2
HSL 40.82º 0.54% 0.56% -
HSV(B) 40.82º 0.6% 0.8% -
XYZ 39.88 40.36 13.67 -
YUV 167.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 204 165 82 0 0.19 0.60 0.2 40.82 0.54 0.56
Hex CC A5 52 0 13 3C 14 29 36 38
Octal 314 245 122 0 23 74 24 51 66 70
Binary 11001100 10100101 1010010 0 10011 111100 10100 101001 110110 111000

Color Harmonies of #CCA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA552

Black with #CCA552

Text Example


Text Example

White with #CCA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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