Html Css Color HEX #CEA156 Apache

📋 copy color: '#CEA156'

red 206 ◦ green 161 ◦ blue 86

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

Shades of Apache #CEA156

Tints of Apache #CEA156

RGB

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

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

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

R = 45.47%
G = 35.54%
B = 18.98%

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

#CEA156 (or 0xCEA156) is known color: Apache. HEX triplet: CE, A1 and 56. RGB value is (206,161,86). Sum of RGB (Red+Green+Blue) = 206+161+86=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA156 is #315EA9. Grayscale: #A6A6A6. Windows color (decimal): -3235498 or 5677518. OLE color: 5677518.

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

Color convert

RGB 206 161 86 -
CMYK 0 0.22 0.58 0.19
HSL 37.5º 0.55% 0.57% -
HSV(B) 37.5º 0.58% 0.81% -
XYZ 39.88 39.28 14.28 -
YUV 165.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 206 161 86 0 0.22 0.58 0.19 37.5 0.55 0.57
Hex CE A1 56 0 16 3A 13 26 37 39
Octal 316 241 126 0 26 72 23 46 67 71
Binary 11001110 10100001 1010110 0 10110 111010 10011 100110 110111 111001

Color Harmonies of #CEA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA156

Black with #CEA156

Text Example


Text Example

White with #CEA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA156; }

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

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

background-color css

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

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

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

border-color css

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

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

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