Html Css Color HEX #CE9E50 Apache

📋 copy color: '#CE9E50'

red 206 ◦ green 158 ◦ blue 80

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

Shades of Apache #CE9E50

Tints of Apache #CE9E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.59%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 46.4%
G = 35.59%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE9E50 (or 0xCE9E50) is known color: Apache. HEX triplet: CE, 9E and 50. RGB value is (206,158,80). Sum of RGB (Red+Green+Blue) = 206+158+80=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E50 is #3161AF. Grayscale: #A3A3A3. Windows color (decimal): -3236272 or 5283534. OLE color: 5283534.

HSL color Cylindrical-coordinate representation of color #CE9E50: hue angle of 37.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE9E50 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 80 -
CMYK 0 0.23 0.61 0.19
HSL 37.14º 0.56% 0.56% -
HSV(B) 37.14º 0.61% 0.81% -
XYZ 39.13 38.15 12.89 -
YUV 163.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 206 158 80 0 0.23 0.61 0.19 37.14 0.56 0.56
Hex CE 9E 50 0 17 3D 13 25 38 38
Octal 316 236 120 0 27 75 23 45 70 70
Binary 11001110 10011110 1010000 0 10111 111101 10011 100101 111000 111000

Color Harmonies of #CE9E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E50

Black with #CE9E50

Text Example


Text Example

White with #CE9E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E50; }

 p { color: rgb(206,158,80); }

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

background-color css

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

 a { background-color: rgb(206,158,80); }

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

border-color css

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

 span { border-color: rgb(206,158,80); }

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