Html Css Color HEX #CCA556 Apache

📋 copy color: '#CCA556'

red 204 ◦ green 165 ◦ blue 86

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

Shades of Apache #CCA556

Tints of Apache #CCA556

RGB

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

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

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

R = 44.84%
G = 36.26%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA556 (or 0xCCA556) is known color: Apache. HEX triplet: CC, A5 and 56. RGB value is (204,165,86). Sum of RGB (Red+Green+Blue) = 204+165+86=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA556 is #335AA9. Grayscale: #A8A8A8. Windows color (decimal): -3365546 or 5678540. OLE color: 5678540.

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

Color convert

RGB 204 165 86 -
CMYK 0 0.19 0.58 0.2
HSL 40.17º 0.54% 0.57% -
HSV(B) 40.17º 0.58% 0.8% -
XYZ 40.04 40.42 14.5 -
YUV 167.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 204 165 86 0 0.19 0.58 0.2 40.17 0.54 0.57
Hex CC A5 56 0 13 3A 14 28 36 39
Octal 314 245 126 0 23 72 24 50 66 71
Binary 11001100 10100101 1010110 0 10011 111010 10100 101000 110110 111001

Color Harmonies of #CCA556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA556

Black with #CCA556

Text Example


Text Example

White with #CCA556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA556; }

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

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

background-color css

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

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

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

border-color css

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

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

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