Html Css Color HEX #CEAD5E Apache

📋 copy color: '#CEAD5E'

red 206 ◦ green 173 ◦ blue 94

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

Shades of Apache #CEAD5E

Tints of Apache #CEAD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 94 (37.11% from 255) = 19.87%

R = 43.55%
G = 36.58%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEAD5E (or 0xCEAD5E) is known color: Apache. HEX triplet: CE, AD and 5E. RGB value is (206,173,94). Sum of RGB (Red+Green+Blue) = 206+173+94=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD5E is #3152A1. Grayscale: #AEAEAE. Windows color (decimal): -3232418 or 6204878. OLE color: 6204878.

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

Color convert

RGB 206 173 94 -
CMYK 0 0.16 0.54 0.19
HSL 42.32º 0.53% 0.59% -
HSV(B) 42.32º 0.54% 0.81% -
XYZ 42.42 43.82 16.81 -
YUV 173.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 206 173 94 0 0.16 0.54 0.19 42.32 0.53 0.59
Hex CE AD 5E 0 10 36 13 2A 35 3B
Octal 316 255 136 0 20 66 23 52 65 73
Binary 11001110 10101101 1011110 0 10000 110110 10011 101010 110101 111011

Color Harmonies of #CEAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD5E

Black with #CEAD5E

Text Example


Text Example

White with #CEAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD5E; }

 p { color: rgb(206,173,94); }

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

background-color css

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

 a { background-color: rgb(206,173,94); }

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

border-color css

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

 span { border-color: rgb(206,173,94); }

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