Html Css Color HEX #CCA856 Apache

📋 copy color: '#CCA856'

red 204 ◦ green 168 ◦ blue 86

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

Shades of Apache #CCA856

Tints of Apache #CCA856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

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

R = 44.54%
G = 36.68%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA856 (or 0xCCA856) is known color: Apache. HEX triplet: CC, A8 and 56. RGB value is (204,168,86). Sum of RGB (Red+Green+Blue) = 204+168+86=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA856 is #3357A9. Grayscale: #A9A9A9. Windows color (decimal): -3364778 or 5679308. OLE color: 5679308.

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

Color convert

RGB 204 168 86 -
CMYK 0 0.18 0.58 0.2
HSL 41.69º 0.54% 0.57% -
HSV(B) 41.69º 0.58% 0.8% -
XYZ 40.58 41.51 14.68 -
YUV 169.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 204 168 86 0 0.18 0.58 0.2 41.69 0.54 0.57
Hex CC A8 56 0 12 3A 14 2A 36 39
Octal 314 250 126 0 22 72 24 52 66 71
Binary 11001100 10101000 1010110 0 10010 111010 10100 101010 110110 111001

Color Harmonies of #CCA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA856

Black with #CCA856

Text Example


Text Example

White with #CCA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA856; }

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

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

background-color css

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

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

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

border-color css

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

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

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