Html Css Color HEX #CCA356 Apache

📋 copy color: '#CCA356'

red 204 ◦ green 163 ◦ blue 86

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

Shades of Apache #CCA356

Tints of Apache #CCA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

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

R = 45.03%
G = 35.98%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA356 (or 0xCCA356) is known color: Apache. HEX triplet: CC, A3 and 56. RGB value is (204,163,86). Sum of RGB (Red+Green+Blue) = 204+163+86=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA356 is #335CA9. Grayscale: #A6A6A6. Windows color (decimal): -3366058 or 5678028. OLE color: 5678028.

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

Color convert

RGB 204 163 86 -
CMYK 0 0.20 0.58 0.2
HSL 39.15º 0.54% 0.57% -
HSV(B) 39.15º 0.58% 0.8% -
XYZ 39.68 39.7 14.38 -
YUV 166.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 204 163 86 0 0.20 0.58 0.2 39.15 0.54 0.57
Hex CC A3 56 0 14 3A 14 27 36 39
Octal 314 243 126 0 24 72 24 47 66 71
Binary 11001100 10100011 1010110 0 10100 111010 10100 100111 110110 111001

Color Harmonies of #CCA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA356

Black with #CCA356

Text Example


Text Example

White with #CCA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA356; }

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

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

background-color css

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

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

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

border-color css

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

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

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