Html Css Color HEX #CCA360 Apache

📋 copy color: '#CCA360'

red 204 ◦ green 163 ◦ blue 96

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

Shades of Apache #CCA360

Tints of Apache #CCA360

RGB

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

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

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

R = 44.06%
G = 35.21%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA360 (or 0xCCA360) is known color: Apache. HEX triplet: CC, A3 and 60. RGB value is (204,163,96). Sum of RGB (Red+Green+Blue) = 204+163+96=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA360 is #335C9F. Grayscale: #A7A7A7. Windows color (decimal): -3366048 or 6333388. OLE color: 6333388.

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

Color convert

RGB 204 163 96 -
CMYK 0 0.20 0.53 0.2
HSL 37.22º 0.51% 0.59% -
HSV(B) 37.22º 0.53% 0.8% -
XYZ 40.11 39.88 16.65 -
YUV 167.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 204 163 96 0 0.20 0.53 0.2 37.22 0.51 0.59
Hex CC A3 60 0 14 35 14 25 33 3B
Octal 314 243 140 0 24 65 24 45 63 73
Binary 11001100 10100011 1100000 0 10100 110101 10100 100101 110011 111011

Color Harmonies of #CCA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA360

Black with #CCA360

Text Example


Text Example

White with #CCA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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