Html Css Color HEX #CEA352 Apache

📋 copy color: '#CEA352'

red 206 ◦ green 163 ◦ blue 82

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

Shades of Apache #CEA352

Tints of Apache #CEA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

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

R = 45.68%
G = 36.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CEA352 (or 0xCEA352) is known color: Apache. HEX triplet: CE, A3 and 52. RGB value is (206,163,82). Sum of RGB (Red+Green+Blue) = 206+163+82=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA352 is #315CAD. Grayscale: #A6A6A6. Windows color (decimal): -3234990 or 5415886. OLE color: 5415886.

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

Color convert

RGB 206 163 82 -
CMYK 0 0.21 0.60 0.19
HSL 39.19º 0.56% 0.56% -
HSV(B) 39.19º 0.6% 0.81% -
XYZ 40.07 39.93 13.58 -
YUV 166.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 206 163 82 0 0.21 0.60 0.19 39.19 0.56 0.56
Hex CE A3 52 0 15 3C 13 27 38 38
Octal 316 243 122 0 25 74 23 47 70 70
Binary 11001110 10100011 1010010 0 10101 111100 10011 100111 111000 111000

Color Harmonies of #CEA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA352

Black with #CEA352

Text Example


Text Example

White with #CEA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA352; }

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

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

background-color css

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

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

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

border-color css

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

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

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