Html Css Color HEX #CEA456 Apache

📋 copy color: '#CEA456'

red 206 ◦ green 164 ◦ blue 86

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

Shades of Apache #CEA456

Tints of Apache #CEA456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.86%

R = 45.18%
G = 35.96%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEA456 (or 0xCEA456) is known color: Apache. HEX triplet: CE, A4 and 56. RGB value is (206,164,86). Sum of RGB (Red+Green+Blue) = 206+164+86=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA456 is #315BA9. Grayscale: #A8A8A8. Windows color (decimal): -3234730 or 5678286. OLE color: 5678286.

HSL color Cylindrical-coordinate representation of color #CEA456: hue angle of 39º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEA456 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 86 -
CMYK 0 0.20 0.58 0.19
HSL 39º 0.55% 0.57% -
HSV(B) 39º 0.58% 0.81% -
XYZ 40.41 40.34 14.46 -
YUV 167.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 206 164 86 0 0.20 0.58 0.19 39 0.55 0.57
Hex CE A4 56 0 14 3A 13 27 37 39
Octal 316 244 126 0 24 72 23 47 67 71
Binary 11001110 10100100 1010110 0 10100 111010 10011 100111 110111 111001

Color Harmonies of #CEA456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA456

Black with #CEA456

Text Example


Text Example

White with #CEA456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA456; }

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

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

background-color css

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

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

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

border-color css

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

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

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