Html Css Color HEX #CCA35E Apache

📋 copy color: '#CCA35E'

red 204 ◦ green 163 ◦ blue 94

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

Shades of Apache #CCA35E

Tints of Apache #CCA35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 44.25%
G = 35.36%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCA35E (or 0xCCA35E) is known color: Apache. HEX triplet: CC, A3 and 5E. RGB value is (204,163,94). Sum of RGB (Red+Green+Blue) = 204+163+94=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA35E is #335CA1. Grayscale: #A7A7A7. Windows color (decimal): -3366050 or 6202316. OLE color: 6202316.

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

Color convert

RGB 204 163 94 -
CMYK 0 0.20 0.54 0.2
HSL 37.64º 0.52% 0.58% -
HSV(B) 37.64º 0.54% 0.8% -
XYZ 40.02 39.84 16.17 -
YUV 167.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 204 163 94 0 0.20 0.54 0.2 37.64 0.52 0.58
Hex CC A3 5E 0 14 36 14 26 34 3A
Octal 314 243 136 0 24 66 24 46 64 72
Binary 11001100 10100011 1011110 0 10100 110110 10100 100110 110100 111010

Color Harmonies of #CCA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA35E

Black with #CCA35E

Text Example


Text Example

White with #CCA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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