Html Css Color HEX #CCA460 Apache

📋 copy color: '#CCA460'

red 204 ◦ green 164 ◦ blue 96

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

Shades of Apache #CCA460

Tints of Apache #CCA460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

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

R = 43.97%
G = 35.34%
B = 20.69%

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

#CCA460 (or 0xCCA460) is known color: Apache. HEX triplet: CC, A4 and 60. RGB value is (204,164,96). Sum of RGB (Red+Green+Blue) = 204+164+96=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA460 is #335B9F. Grayscale: #A8A8A8. Windows color (decimal): -3365792 or 6333644. OLE color: 6333644.

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

Color convert

RGB 204 164 96 -
CMYK 0 0.20 0.53 0.2
HSL 37.78º 0.51% 0.59% -
HSV(B) 37.78º 0.53% 0.8% -
XYZ 40.29 40.23 16.71 -
YUV 168.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 204 164 96 0 0.20 0.53 0.2 37.78 0.51 0.59
Hex CC A4 60 0 14 35 14 26 33 3B
Octal 314 244 140 0 24 65 24 46 63 73
Binary 11001100 10100100 1100000 0 10100 110101 10100 100110 110011 111011

Color Harmonies of #CCA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA460

Black with #CCA460

Text Example


Text Example

White with #CCA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA460; }

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

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

background-color css

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

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

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

border-color css

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

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

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