Html Css Color HEX #CEA368 Apache

📋 copy color: '#CEA368'

red 206 ◦ green 163 ◦ blue 104

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

Shades of Apache #CEA368

Tints of Apache #CEA368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 43.55%
G = 34.46%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEA368 (or 0xCEA368) is known color: Apache. HEX triplet: CE, A3 and 68. RGB value is (206,163,104). Sum of RGB (Red+Green+Blue) = 206+163+104=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA368 is #315C97. Grayscale: #A9A9A9. Windows color (decimal): -3234968 or 6857678. OLE color: 6857678.

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

Color convert

RGB 206 163 104 -
CMYK 0 0.21 0.50 0.19
HSL 34.71º 0.51% 0.61% -
HSV(B) 34.71º 0.5% 0.81% -
XYZ 41.05 40.32 18.71 -
YUV 169.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 206 163 104 0 0.21 0.50 0.19 34.71 0.51 0.61
Hex CE A3 68 0 15 32 13 23 33 3D
Octal 316 243 150 0 25 62 23 43 63 75
Binary 11001110 10100011 1101000 0 10101 110010 10011 100011 110011 111101

Color Harmonies of #CEA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA368

Black with #CEA368

Text Example


Text Example

White with #CEA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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