Html Css Color HEX #CEA052 Apache

📋 copy color: '#CEA052'

red 206 ◦ green 160 ◦ blue 82

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

Shades of Apache #CEA052

Tints of Apache #CEA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 45.98%
G = 35.71%
B = 18.3%

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

#CEA052 (or 0xCEA052) is known color: Apache. HEX triplet: CE, A0 and 52. RGB value is (206,160,82). Sum of RGB (Red+Green+Blue) = 206+160+82=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA052 is #315FAD. Grayscale: #A5A5A5. Windows color (decimal): -3235758 or 5415118. OLE color: 5415118.

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

Color convert

RGB 206 160 82 -
CMYK 0 0.22 0.60 0.19
HSL 37.74º 0.56% 0.56% -
HSV(B) 37.74º 0.6% 0.81% -
XYZ 39.55 38.87 13.4 -
YUV 164.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 206 160 82 0 0.22 0.60 0.19 37.74 0.56 0.56
Hex CE A0 52 0 16 3C 13 26 38 38
Octal 316 240 122 0 26 74 23 46 70 70
Binary 11001110 10100000 1010010 0 10110 111100 10011 100110 111000 111000

Color Harmonies of #CEA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA052

Black with #CEA052

Text Example


Text Example

White with #CEA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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