Html Css Color HEX #CCA561 Apache

📋 copy color: '#CCA561'

red 204 ◦ green 165 ◦ blue 97

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

Shades of Apache #CCA561

Tints of Apache #CCA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

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

R = 43.78%
G = 35.41%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA561 (or 0xCCA561) is known color: Apache. HEX triplet: CC, A5 and 61. RGB value is (204,165,97). Sum of RGB (Red+Green+Blue) = 204+165+97=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA561 is #335A9E. Grayscale: #A9A9A9. Windows color (decimal): -3365535 or 6399436. OLE color: 6399436.

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

Color convert

RGB 204 165 97 -
CMYK 0 0.19 0.52 0.2
HSL 38.13º 0.51% 0.59% -
HSV(B) 38.13º 0.52% 0.8% -
XYZ 40.51 40.61 17.01 -
YUV 168.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 204 165 97 0 0.19 0.52 0.2 38.13 0.51 0.59
Hex CC A5 61 0 13 34 14 26 33 3B
Octal 314 245 141 0 23 64 24 46 63 73
Binary 11001100 10100101 1100001 0 10011 110100 10100 100110 110011 111011

Color Harmonies of #CCA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA561

Black with #CCA561

Text Example


Text Example

White with #CCA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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