Html Css Color HEX #CCA361 Apache

📋 copy color: '#CCA361'

red 204 ◦ green 163 ◦ blue 97

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

Shades of Apache #CCA361

Tints of Apache #CCA361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 43.97%
G = 35.13%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA361 (or 0xCCA361) is known color: Apache. HEX triplet: CC, A3 and 61. RGB value is (204,163,97). Sum of RGB (Red+Green+Blue) = 204+163+97=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA361 is #335C9E. Grayscale: #A8A8A8. Windows color (decimal): -3366047 or 6398924. OLE color: 6398924.

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

Color convert

RGB 204 163 97 -
CMYK 0 0.20 0.52 0.2
HSL 37.01º 0.51% 0.59% -
HSV(B) 37.01º 0.52% 0.8% -
XYZ 40.16 39.89 16.89 -
YUV 167.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 204 163 97 0 0.20 0.52 0.2 37.01 0.51 0.59
Hex CC A3 61 0 14 34 14 25 33 3B
Octal 314 243 141 0 24 64 24 45 63 73
Binary 11001100 10100011 1100001 0 10100 110100 10100 100101 110011 111011

Color Harmonies of #CCA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA361

Black with #CCA361

Text Example


Text Example

White with #CCA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA361; }

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

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

background-color css

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

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

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

border-color css

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

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

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