Html Css Color HEX #CEA85E Apache

📋 copy color: '#CEA85E'

red 206 ◦ green 168 ◦ blue 94

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

Shades of Apache #CEA85E

Tints of Apache #CEA85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 44.02%
G = 35.9%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA85E (or 0xCEA85E) is known color: Apache. HEX triplet: CE, A8 and 5E. RGB value is (206,168,94). Sum of RGB (Red+Green+Blue) = 206+168+94=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA85E is #3157A1. Grayscale: #ABABAB. Windows color (decimal): -3233698 or 6203598. OLE color: 6203598.

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

Color convert

RGB 206 168 94 -
CMYK 0 0.18 0.54 0.19
HSL 39.64º 0.53% 0.59% -
HSV(B) 39.64º 0.54% 0.81% -
XYZ 41.48 41.94 16.5 -
YUV 170.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 206 168 94 0 0.18 0.54 0.19 39.64 0.53 0.59
Hex CE A8 5E 0 12 36 13 28 35 3B
Octal 316 250 136 0 22 66 23 50 65 73
Binary 11001110 10101000 1011110 0 10010 110110 10011 101000 110101 111011

Color Harmonies of #CEA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA85E

Black with #CEA85E

Text Example


Text Example

White with #CEA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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