Html Css Color HEX #CEA452 Apache

📋 copy color: '#CEA452'

red 206 ◦ green 164 ◦ blue 82

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

Shades of Apache #CEA452

Tints of Apache #CEA452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

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

R = 45.58%
G = 36.28%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CEA452 (or 0xCEA452) is known color: Apache. HEX triplet: CE, A4 and 52. RGB value is (206,164,82). Sum of RGB (Red+Green+Blue) = 206+164+82=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA452 is #315BAD. Grayscale: #A7A7A7. Windows color (decimal): -3234734 or 5416142. OLE color: 5416142.

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

Color convert

RGB 206 164 82 -
CMYK 0 0.20 0.60 0.19
HSL 39.68º 0.56% 0.56% -
HSV(B) 39.68º 0.6% 0.81% -
XYZ 40.25 40.28 13.64 -
YUV 167.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 206 164 82 0 0.20 0.60 0.19 39.68 0.56 0.56
Hex CE A4 52 0 14 3C 13 28 38 38
Octal 316 244 122 0 24 74 23 50 70 70
Binary 11001110 10100100 1010010 0 10100 111100 10011 101000 111000 111000

Color Harmonies of #CEA452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA452

Black with #CEA452

Text Example


Text Example

White with #CEA452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA452; }

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

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

background-color css

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

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

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

border-color css

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

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

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