Html Css Color HEX #CEA158 Apache

📋 copy color: '#CEA158'

red 206 ◦ green 161 ◦ blue 88

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

Shades of Apache #CEA158

Tints of Apache #CEA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

 BLUE value IS 88 (34.77% from 255) = 19.34%

R = 45.27%
G = 35.38%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CEA158 (or 0xCEA158) is known color: Apache. HEX triplet: CE, A1 and 58. RGB value is (206,161,88). Sum of RGB (Red+Green+Blue) = 206+161+88=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA158 is #315EA7. Grayscale: #A6A6A6. Windows color (decimal): -3235496 or 5808590. OLE color: 5808590.

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

Color convert

RGB 206 161 88 -
CMYK 0 0.22 0.57 0.19
HSL 37.12º 0.55% 0.58% -
HSV(B) 37.12º 0.57% 0.81% -
XYZ 39.96 39.32 14.72 -
YUV 166.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 206 161 88 0 0.22 0.57 0.19 37.12 0.55 0.58
Hex CE A1 58 0 16 39 13 25 37 3A
Octal 316 241 130 0 26 71 23 45 67 72
Binary 11001110 10100001 1011000 0 10110 111001 10011 100101 110111 111010

Color Harmonies of #CEA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA158

Black with #CEA158

Text Example


Text Example

White with #CEA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA158; }

 p { color: rgb(206,161,88); }

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

background-color css

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

 a { background-color: rgb(206,161,88); }

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

border-color css

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

 span { border-color: rgb(206,161,88); }

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