Html Css Color HEX #CCA560 Apache

📋 copy color: '#CCA560'

red 204 ◦ green 165 ◦ blue 96

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

Shades of Apache #CCA560

Tints of Apache #CCA560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.65%

R = 43.87%
G = 35.48%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA560 (or 0xCCA560) is known color: Apache. HEX triplet: CC, A5 and 60. RGB value is (204,165,96). Sum of RGB (Red+Green+Blue) = 204+165+96=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA560 is #335A9F. Grayscale: #A9A9A9. Windows color (decimal): -3365536 or 6333900. OLE color: 6333900.

HSL color Cylindrical-coordinate representation of color #CCA560: hue angle of 38.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCA560 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 96 -
CMYK 0 0.19 0.53 0.2
HSL 38.33º 0.51% 0.59% -
HSV(B) 38.33º 0.53% 0.8% -
XYZ 40.47 40.59 16.77 -
YUV 168.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 204 165 96 0 0.19 0.53 0.2 38.33 0.51 0.59
Hex CC A5 60 0 13 35 14 26 33 3B
Octal 314 245 140 0 23 65 24 46 63 73
Binary 11001100 10100101 1100000 0 10011 110101 10100 100110 110011 111011

Color Harmonies of #CCA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA560

Black with #CCA560

Text Example


Text Example

White with #CCA560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA560; }

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

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

background-color css

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

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

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

border-color css

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

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

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