Html Css Color HEX #CCA664 Apache

📋 copy color: '#CCA664'

red 204 ◦ green 166 ◦ blue 100

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

Shades of Apache #CCA664

Tints of Apache #CCA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 43.4%
G = 35.32%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCA664 (or 0xCCA664) is known color: Apache. HEX triplet: CC, A6 and 64. RGB value is (204,166,100). Sum of RGB (Red+Green+Blue) = 204+166+100=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA664 is #33599B. Grayscale: #AAAAAA. Windows color (decimal): -3365276 or 6596300. OLE color: 6596300.

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

Color convert

RGB 204 166 100 -
CMYK 0 0.19 0.51 0.2
HSL 38.08º 0.5% 0.6% -
HSV(B) 38.08º 0.51% 0.8% -
XYZ 40.84 41.03 17.82 -
YUV 169.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 204 166 100 0 0.19 0.51 0.2 38.08 0.5 0.6
Hex CC A6 64 0 13 33 14 26 32 3C
Octal 314 246 144 0 23 63 24 46 62 74
Binary 11001100 10100110 1100100 0 10011 110011 10100 100110 110010 111100

Color Harmonies of #CCA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA664

Black with #CCA664

Text Example


Text Example

White with #CCA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA664; }

 p { color: rgb(204,166,100); }

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

background-color css

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

 a { background-color: rgb(204,166,100); }

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

border-color css

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

 span { border-color: rgb(204,166,100); }

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