Html Css Color HEX #CEA056 Apache

📋 copy color: '#CEA056'

red 206 ◦ green 160 ◦ blue 86

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

Shades of Apache #CEA056

Tints of Apache #CEA056

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 45.58%
G = 35.4%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEA056 (or 0xCEA056) is known color: Apache. HEX triplet: CE, A0 and 56. RGB value is (206,160,86). Sum of RGB (Red+Green+Blue) = 206+160+86=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA056 is #315FA9. Grayscale: #A5A5A5. Windows color (decimal): -3235754 or 5677262. OLE color: 5677262.

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

Color convert

RGB 206 160 86 -
CMYK 0 0.22 0.58 0.19
HSL 37º 0.55% 0.57% -
HSV(B) 37º 0.58% 0.81% -
XYZ 39.7 38.94 14.23 -
YUV 165.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 206 160 86 0 0.22 0.58 0.19 37 0.55 0.57
Hex CE A0 56 0 16 3A 13 25 37 39
Octal 316 240 126 0 26 72 23 45 67 71
Binary 11001110 10100000 1010110 0 10110 111010 10011 100101 110111 111001

Color Harmonies of #CEA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA056

Black with #CEA056

Text Example


Text Example

White with #CEA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA056; }

 p { color: rgb(206,160,86); }

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

background-color css

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

 a { background-color: rgb(206,160,86); }

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

border-color css

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

 span { border-color: rgb(206,160,86); }

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