Html Css Color HEX #CEA656 Apache

📋 copy color: '#CEA656'

red 206 ◦ green 166 ◦ blue 86

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

Shades of Apache #CEA656

Tints of Apache #CEA656

RGB

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

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

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

R = 44.98%
G = 36.24%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEA656 (or 0xCEA656) is known color: Apache. HEX triplet: CE, A6 and 56. RGB value is (206,166,86). Sum of RGB (Red+Green+Blue) = 206+166+86=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA656 is #3159A9. Grayscale: #A9A9A9. Windows color (decimal): -3234218 or 5678798. OLE color: 5678798.

HSL color Cylindrical-coordinate representation of color #CEA656: hue angle of 40º 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 #CEA656 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 86 -
CMYK 0 0.19 0.58 0.19
HSL 40º 0.55% 0.57% -
HSV(B) 40º 0.58% 0.81% -
XYZ 40.77 41.07 14.58 -
YUV 168.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 206 166 86 0 0.19 0.58 0.19 40 0.55 0.57
Hex CE A6 56 0 13 3A 13 28 37 39
Octal 316 246 126 0 23 72 23 50 67 71
Binary 11001110 10100110 1010110 0 10011 111010 10011 101000 110111 111001

Color Harmonies of #CEA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA656

Black with #CEA656

Text Example


Text Example

White with #CEA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA656; }

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

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

background-color css

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

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

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

border-color css

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

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

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