Html Css Color HEX #CCA45C Apache

📋 copy color: '#CCA45C'

red 204 ◦ green 164 ◦ blue 92

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

Shades of Apache #CCA45C

Tints of Apache #CCA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.65%

 BLUE value IS 92 (36.33% from 255) = 20%

R = 44.35%
G = 35.65%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCA45C (or 0xCCA45C) is known color: Apache. HEX triplet: CC, A4 and 5C. RGB value is (204,164,92). Sum of RGB (Red+Green+Blue) = 204+164+92=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45C is #335BA3. Grayscale: #A8A8A8. Windows color (decimal): -3365796 or 6071500. OLE color: 6071500.

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

Color convert

RGB 204 164 92 -
CMYK 0 0.20 0.55 0.2
HSL 38.57º 0.52% 0.58% -
HSV(B) 38.57º 0.55% 0.8% -
XYZ 40.11 40.16 15.76 -
YUV 167.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 204 164 92 0 0.20 0.55 0.2 38.57 0.52 0.58
Hex CC A4 5C 0 14 37 14 27 34 3A
Octal 314 244 134 0 24 67 24 47 64 72
Binary 11001100 10100100 1011100 0 10100 110111 10100 100111 110100 111010

Color Harmonies of #CCA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA45C

Black with #CCA45C

Text Example


Text Example

White with #CCA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA45C; }

 p { color: rgb(204,164,92); }

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

background-color css

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

 a { background-color: rgb(204,164,92); }

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

border-color css

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

 span { border-color: rgb(204,164,92); }

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