Html Css Color HEX #CEA053 Apache

📋 copy color: '#CEA053'

red 206 ◦ green 160 ◦ blue 83

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

Shades of Apache #CEA053

Tints of Apache #CEA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 45.88%
G = 35.63%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CEA053 (or 0xCEA053) is known color: Apache. HEX triplet: CE, A0 and 53. RGB value is (206,160,83). Sum of RGB (Red+Green+Blue) = 206+160+83=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA053 is #315FAC. Grayscale: #A5A5A5. Windows color (decimal): -3235757 or 5480654. OLE color: 5480654.

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

Color convert

RGB 206 160 83 -
CMYK 0 0.22 0.60 0.19
HSL 37.56º 0.56% 0.57% -
HSV(B) 37.56º 0.6% 0.81% -
XYZ 39.59 38.89 13.6 -
YUV 164.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 206 160 83 0 0.22 0.60 0.19 37.56 0.56 0.57
Hex CE A0 53 0 16 3C 13 26 38 39
Octal 316 240 123 0 26 74 23 46 70 71
Binary 11001110 10100000 1010011 0 10110 111100 10011 100110 111000 111001

Color Harmonies of #CEA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA053

Black with #CEA053

Text Example


Text Example

White with #CEA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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