Html Css Color HEX #CEA650 Apache

📋 copy color: '#CEA650'

red 206 ◦ green 166 ◦ blue 80

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

Shades of Apache #CEA650

Tints of Apache #CEA650

RGB

 RED value IS 206 (80.86% from 255) = 45.58%

 GREEN value IS 166 (65.23% from 255) = 36.73%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 45.58%
G = 36.73%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEA650 (or 0xCEA650) is known color: Apache. HEX triplet: CE, A6 and 50. RGB value is (206,166,80). Sum of RGB (Red+Green+Blue) = 206+166+80=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA650 is #3159AF. Grayscale: #A8A8A8. Windows color (decimal): -3234224 or 5285582. OLE color: 5285582.

HSL color Cylindrical-coordinate representation of color #CEA650: hue angle of 40.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEA650 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 80 -
CMYK 0 0.19 0.61 0.19
HSL 40.95º 0.56% 0.56% -
HSV(B) 40.95º 0.61% 0.81% -
XYZ 40.54 40.97 13.36 -
YUV 168.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 206 166 80 0 0.19 0.61 0.19 40.95 0.56 0.56
Hex CE A6 50 0 13 3D 13 29 38 38
Octal 316 246 120 0 23 75 23 51 70 70
Binary 11001110 10100110 1010000 0 10011 111101 10011 101001 111000 111000

Color Harmonies of #CEA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA650

Black with #CEA650

Text Example


Text Example

White with #CEA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA650; }

 p { color: rgb(206,166,80); }

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

background-color css

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

 a { background-color: rgb(206,166,80); }

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

border-color css

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

 span { border-color: rgb(206,166,80); }

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