Html Css Color HEX #CEA256 Apache

📋 copy color: '#CEA256'

red 206 ◦ green 162 ◦ blue 86

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

Shades of Apache #CEA256

Tints of Apache #CEA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

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

R = 45.37%
G = 35.68%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEA256 (or 0xCEA256) is known color: Apache. HEX triplet: CE, A2 and 56. RGB value is (206,162,86). Sum of RGB (Red+Green+Blue) = 206+162+86=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA256 is #315DA9. Grayscale: #A6A6A6. Windows color (decimal): -3235242 or 5677774. OLE color: 5677774.

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

Color convert

RGB 206 162 86 -
CMYK 0 0.21 0.58 0.19
HSL 38º 0.55% 0.57% -
HSV(B) 38º 0.58% 0.81% -
XYZ 40.05 39.63 14.34 -
YUV 166.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 206 162 86 0 0.21 0.58 0.19 38 0.55 0.57
Hex CE A2 56 0 15 3A 13 26 37 39
Octal 316 242 126 0 25 72 23 46 67 71
Binary 11001110 10100010 1010110 0 10101 111010 10011 100110 110111 111001

Color Harmonies of #CEA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA256

Black with #CEA256

Text Example


Text Example

White with #CEA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA256; }

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

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

background-color css

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

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

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

border-color css

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

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

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