Html Css Color HEX #CCA261 Apache

📋 copy color: '#CCA261'

red 204 ◦ green 162 ◦ blue 97

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

Shades of Apache #CCA261

Tints of Apache #CCA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.99%

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 44.06%
G = 34.99%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA261 (or 0xCCA261) is known color: Apache. HEX triplet: CC, A2 and 61. RGB value is (204,162,97). Sum of RGB (Red+Green+Blue) = 204+162+97=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA261 is #335D9E. Grayscale: #A7A7A7. Windows color (decimal): -3366303 or 6398668. OLE color: 6398668.

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

Color convert

RGB 204 162 97 -
CMYK 0 0.21 0.52 0.2
HSL 36.45º 0.51% 0.59% -
HSV(B) 36.45º 0.52% 0.8% -
XYZ 39.98 39.54 16.83 -
YUV 167.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 204 162 97 0 0.21 0.52 0.2 36.45 0.51 0.59
Hex CC A2 61 0 15 34 14 24 33 3B
Octal 314 242 141 0 25 64 24 44 63 73
Binary 11001100 10100010 1100001 0 10101 110100 10100 100100 110011 111011

Color Harmonies of #CCA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA261

Black with #CCA261

Text Example


Text Example

White with #CCA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA261; }

 p { color: rgb(204,162,97); }

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

background-color css

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

 a { background-color: rgb(204,162,97); }

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

border-color css

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

 span { border-color: rgb(204,162,97); }

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