Html Css Color HEX #CCA153 Apache

📋 copy color: '#CCA153'

red 204 ◦ green 161 ◦ blue 83

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

Shades of Apache #CCA153

Tints of Apache #CCA153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.53%

R = 45.54%
G = 35.94%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCA153 (or 0xCCA153) is known color: Apache. HEX triplet: CC, A1 and 53. RGB value is (204,161,83). Sum of RGB (Red+Green+Blue) = 204+161+83=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA153 is #335EAC. Grayscale: #A5A5A5. Windows color (decimal): -3366573 or 5480908. OLE color: 5480908.

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

Color convert

RGB 204 161 83 -
CMYK 0 0.21 0.59 0.2
HSL 38.68º 0.54% 0.56% -
HSV(B) 38.68º 0.59% 0.8% -
XYZ 39.21 38.95 13.64 -
YUV 164.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 204 161 83 0 0.21 0.59 0.2 38.68 0.54 0.56
Hex CC A1 53 0 15 3B 14 27 36 38
Octal 314 241 123 0 25 73 24 47 66 70
Binary 11001100 10100001 1010011 0 10101 111011 10100 100111 110110 111000

Color Harmonies of #CCA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA153

Black with #CCA153

Text Example


Text Example

White with #CCA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA153; }

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

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

background-color css

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

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

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

border-color css

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

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

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