Html Css Color HEX #CEA051 Apache

📋 copy color: '#CEA051'

red 206 ◦ green 160 ◦ blue 81

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

Shades of Apache #CEA051

Tints of Apache #CEA051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.12%

R = 46.09%
G = 35.79%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEA051 (or 0xCEA051) is known color: Apache. HEX triplet: CE, A0 and 51. RGB value is (206,160,81). Sum of RGB (Red+Green+Blue) = 206+160+81=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA051 is #315FAE. Grayscale: #A5A5A5. Windows color (decimal): -3235759 or 5349582. OLE color: 5349582.

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

Color convert

RGB 206 160 81 -
CMYK 0 0.22 0.61 0.19
HSL 37.92º 0.56% 0.56% -
HSV(B) 37.92º 0.61% 0.81% -
XYZ 39.51 38.86 13.2 -
YUV 164.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 206 160 81 0 0.22 0.61 0.19 37.92 0.56 0.56
Hex CE A0 51 0 16 3D 13 26 38 38
Octal 316 240 121 0 26 75 23 46 70 70
Binary 11001110 10100000 1010001 0 10110 111101 10011 100110 111000 111000

Color Harmonies of #CEA051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA051

Black with #CEA051

Text Example


Text Example

White with #CEA051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA051; }

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

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

background-color css

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

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

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

border-color css

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

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

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