Html Css Color HEX #CEA362 Apache

📋 copy color: '#CEA362'

red 206 ◦ green 163 ◦ blue 98

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

Shades of Apache #CEA362

Tints of Apache #CEA362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.99%

R = 44.11%
G = 34.9%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEA362 (or 0xCEA362) is known color: Apache. HEX triplet: CE, A3 and 62. RGB value is (206,163,98). Sum of RGB (Red+Green+Blue) = 206+163+98=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA362 is #315C9D. Grayscale: #A8A8A8. Windows color (decimal): -3234974 or 6464462. OLE color: 6464462.

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

Color convert

RGB 206 163 98 -
CMYK 0 0.21 0.52 0.19
HSL 36.11º 0.52% 0.6% -
HSV(B) 36.11º 0.52% 0.81% -
XYZ 40.76 40.2 17.17 -
YUV 168.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 206 163 98 0 0.21 0.52 0.19 36.11 0.52 0.6
Hex CE A3 62 0 15 34 13 24 34 3C
Octal 316 243 142 0 25 64 23 44 64 74
Binary 11001110 10100011 1100010 0 10101 110100 10011 100100 110100 111100

Color Harmonies of #CEA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA362

Black with #CEA362

Text Example


Text Example

White with #CEA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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