Html Css Color HEX #CEA35E Apache

📋 copy color: '#CEA35E'

red 206 ◦ green 163 ◦ blue 94

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

Shades of Apache #CEA35E

Tints of Apache #CEA35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 44.49%
G = 35.21%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA35E (or 0xCEA35E) is known color: Apache. HEX triplet: CE, A3 and 5E. RGB value is (206,163,94). Sum of RGB (Red+Green+Blue) = 206+163+94=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35E is #315CA1. Grayscale: #A8A8A8. Windows color (decimal): -3234978 or 6202318. OLE color: 6202318.

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

Color convert

RGB 206 163 94 -
CMYK 0 0.21 0.54 0.19
HSL 36.96º 0.53% 0.59% -
HSV(B) 36.96º 0.54% 0.81% -
XYZ 40.57 40.12 16.2 -
YUV 167.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 206 163 94 0 0.21 0.54 0.19 36.96 0.53 0.59
Hex CE A3 5E 0 15 36 13 25 35 3B
Octal 316 243 136 0 25 66 23 45 65 73
Binary 11001110 10100011 1011110 0 10101 110110 10011 100101 110101 111011

Color Harmonies of #CEA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA35E

Black with #CEA35E

Text Example


Text Example

White with #CEA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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