Html Css Color HEX #CEA064 Apache

📋 copy color: '#CEA064'

red 206 ◦ green 160 ◦ blue 100

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

Shades of Apache #CEA064

Tints of Apache #CEA064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

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

R = 44.21%
G = 34.33%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA064 (or 0xCEA064) is known color: Apache. HEX triplet: CE, A0 and 64. RGB value is (206,160,100). Sum of RGB (Red+Green+Blue) = 206+160+100=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA064 is #315F9B. Grayscale: #A7A7A7. Windows color (decimal): -3235740 or 6594766. OLE color: 6594766.

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

Color convert

RGB 206 160 100 -
CMYK 0 0.22 0.51 0.19
HSL 33.96º 0.52% 0.6% -
HSV(B) 33.96º 0.51% 0.81% -
XYZ 40.32 39.18 17.49 -
YUV 166.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 206 160 100 0 0.22 0.51 0.19 33.96 0.52 0.6
Hex CE A0 64 0 16 33 13 22 34 3C
Octal 316 240 144 0 26 63 23 42 64 74
Binary 11001110 10100000 1100100 0 10110 110011 10011 100010 110100 111100

Color Harmonies of #CEA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA064

Black with #CEA064

Text Example


Text Example

White with #CEA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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