Html Css Color HEX #CEA854 Apache

📋 copy color: '#CEA854'

red 206 ◦ green 168 ◦ blue 84

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

Shades of Apache #CEA854

Tints of Apache #CEA854

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

 BLUE value IS 84 (33.2% from 255) = 18.34%

R = 44.98%
G = 36.68%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA854 (or 0xCEA854) is known color: Apache. HEX triplet: CE, A8 and 54. RGB value is (206,168,84). Sum of RGB (Red+Green+Blue) = 206+168+84=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA854 is #3157AB. Grayscale: #AAAAAA. Windows color (decimal): -3233708 or 5548238. OLE color: 5548238.

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

Color convert

RGB 206 168 84 -
CMYK 0 0.18 0.59 0.19
HSL 41.31º 0.55% 0.57% -
HSV(B) 41.31º 0.59% 0.81% -
XYZ 41.06 41.77 14.29 -
YUV 169.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 206 168 84 0 0.18 0.59 0.19 41.31 0.55 0.57
Hex CE A8 54 0 12 3B 13 29 37 39
Octal 316 250 124 0 22 73 23 51 67 71
Binary 11001110 10101000 1010100 0 10010 111011 10011 101001 110111 111001

Color Harmonies of #CEA854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA854

Black with #CEA854

Text Example


Text Example

White with #CEA854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA854; }

 p { color: rgb(206,168,84); }

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

background-color css

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

 a { background-color: rgb(206,168,84); }

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

border-color css

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

 span { border-color: rgb(206,168,84); }

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