Html Css Color HEX #CCA161 Apache

📋 copy color: '#CCA161'

red 204 ◦ green 161 ◦ blue 97

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

Shades of Apache #CCA161

Tints of Apache #CCA161

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.85%

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

R = 44.16%
G = 34.85%
B = 21%

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

#CCA161 (or 0xCCA161) is known color: Apache. HEX triplet: CC, A1 and 61. RGB value is (204,161,97). Sum of RGB (Red+Green+Blue) = 204+161+97=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA161 is #335E9E. Grayscale: #A6A6A6. Windows color (decimal): -3366559 or 6398412. OLE color: 6398412.

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

Color convert

RGB 204 161 97 -
CMYK 0 0.21 0.52 0.2
HSL 35.89º 0.51% 0.59% -
HSV(B) 35.89º 0.52% 0.8% -
XYZ 39.8 39.19 16.78 -
YUV 166.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 204 161 97 0 0.21 0.52 0.2 35.89 0.51 0.59
Hex CC A1 61 0 15 34 14 24 33 3B
Octal 314 241 141 0 25 64 24 44 63 73
Binary 11001100 10100001 1100001 0 10101 110100 10100 100100 110011 111011

Color Harmonies of #CCA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA161

Black with #CCA161

Text Example


Text Example

White with #CCA161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA161; }

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

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

background-color css

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

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

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

border-color css

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

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

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