Html Css Color HEX #CEA864 Apache

📋 copy color: '#CEA864'

red 206 ◦ green 168 ◦ blue 100

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

Shades of Apache #CEA864

Tints of Apache #CEA864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 43.46%
G = 35.44%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA864 (or 0xCEA864) is known color: Apache. HEX triplet: CE, A8 and 64. RGB value is (206,168,100). Sum of RGB (Red+Green+Blue) = 206+168+100=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA864 is #31579B. Grayscale: #ABABAB. Windows color (decimal): -3233692 or 6596814. OLE color: 6596814.

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

Color convert

RGB 206 168 100 -
CMYK 0 0.18 0.51 0.19
HSL 38.49º 0.52% 0.6% -
HSV(B) 38.49º 0.51% 0.81% -
XYZ 41.76 42.05 17.97 -
YUV 171.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 206 168 100 0 0.18 0.51 0.19 38.49 0.52 0.6
Hex CE A8 64 0 12 33 13 26 34 3C
Octal 316 250 144 0 22 63 23 46 64 74
Binary 11001110 10101000 1100100 0 10010 110011 10011 100110 110100 111100

Color Harmonies of #CEA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA864

Black with #CEA864

Text Example


Text Example

White with #CEA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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