Html Css Color HEX #CEA45E Apache

📋 copy color: '#CEA45E'

red 206 ◦ green 164 ◦ blue 94

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

Shades of Apache #CEA45E

Tints of Apache #CEA45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

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

R = 44.4%
G = 35.34%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA45E (or 0xCEA45E) is known color: Apache. HEX triplet: CE, A4 and 5E. RGB value is (206,164,94). Sum of RGB (Red+Green+Blue) = 206+164+94=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA45E is #315BA1. Grayscale: #A8A8A8. Windows color (decimal): -3234722 or 6202574. OLE color: 6202574.

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

Color convert

RGB 206 164 94 -
CMYK 0 0.20 0.54 0.19
HSL 37.5º 0.53% 0.59% -
HSV(B) 37.5º 0.54% 0.81% -
XYZ 40.75 40.48 16.26 -
YUV 168.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 206 164 94 0 0.20 0.54 0.19 37.5 0.53 0.59
Hex CE A4 5E 0 14 36 13 26 35 3B
Octal 316 244 136 0 24 66 23 46 65 73
Binary 11001110 10100100 1011110 0 10100 110110 10011 100110 110101 111011

Color Harmonies of #CEA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA45E

Black with #CEA45E

Text Example


Text Example

White with #CEA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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