Html Css Color HEX #CEA65E Apache

📋 copy color: '#CEA65E'

red 206 ◦ green 166 ◦ blue 94

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

Shades of Apache #CEA65E

Tints of Apache #CEA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

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

R = 44.21%
G = 35.62%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA65E (or 0xCEA65E) is known color: Apache. HEX triplet: CE, A6 and 5E. RGB value is (206,166,94). Sum of RGB (Red+Green+Blue) = 206+166+94=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA65E is #3159A1. Grayscale: #AAAAAA. Windows color (decimal): -3234210 or 6203086. OLE color: 6203086.

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

Color convert

RGB 206 166 94 -
CMYK 0 0.19 0.54 0.19
HSL 38.57º 0.53% 0.59% -
HSV(B) 38.57º 0.54% 0.81% -
XYZ 41.11 41.2 16.38 -
YUV 169.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 206 166 94 0 0.19 0.54 0.19 38.57 0.53 0.59
Hex CE A6 5E 0 13 36 13 27 35 3B
Octal 316 246 136 0 23 66 23 47 65 73
Binary 11001110 10100110 1011110 0 10011 110110 10011 100111 110101 111011

Color Harmonies of #CEA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA65E

Black with #CEA65E

Text Example


Text Example

White with #CEA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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