Html Css Color HEX #CCA760 Apache

📋 copy color: '#CCA760'

red 204 ◦ green 167 ◦ blue 96

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

Shades of Apache #CCA760

Tints of Apache #CCA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

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

R = 43.68%
G = 35.76%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA760 (or 0xCCA760) is known color: Apache. HEX triplet: CC, A7 and 60. RGB value is (204,167,96). Sum of RGB (Red+Green+Blue) = 204+167+96=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA760 is #33589F. Grayscale: #AAAAAA. Windows color (decimal): -3365024 or 6334412. OLE color: 6334412.

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

Color convert

RGB 204 167 96 -
CMYK 0 0.18 0.53 0.2
HSL 39.44º 0.51% 0.59% -
HSV(B) 39.44º 0.53% 0.8% -
XYZ 40.83 41.32 16.89 -
YUV 169.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 204 167 96 0 0.18 0.53 0.2 39.44 0.51 0.59
Hex CC A7 60 0 12 35 14 27 33 3B
Octal 314 247 140 0 22 65 24 47 63 73
Binary 11001100 10100111 1100000 0 10010 110101 10100 100111 110011 111011

Color Harmonies of #CCA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA760

Black with #CCA760

Text Example


Text Example

White with #CCA760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA760; }

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

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

background-color css

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

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

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

border-color css

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

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

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