Html Css Color HEX #CEA262 Apache

📋 copy color: '#CEA262'

red 206 ◦ green 162 ◦ blue 98

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

Shades of Apache #CEA262

Tints of Apache #CEA262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 44.21%
G = 34.76%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEA262 (or 0xCEA262) is known color: Apache. HEX triplet: CE, A2 and 62. RGB value is (206,162,98). Sum of RGB (Red+Green+Blue) = 206+162+98=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA262 is #315D9D. Grayscale: #A8A8A8. Windows color (decimal): -3235230 or 6464206. OLE color: 6464206.

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

Color convert

RGB 206 162 98 -
CMYK 0 0.21 0.52 0.19
HSL 35.56º 0.52% 0.6% -
HSV(B) 35.56º 0.52% 0.81% -
XYZ 40.58 39.84 17.11 -
YUV 167.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 206 162 98 0 0.21 0.52 0.19 35.56 0.52 0.6
Hex CE A2 62 0 15 34 13 24 34 3C
Octal 316 242 142 0 25 64 23 44 64 74
Binary 11001110 10100010 1100010 0 10101 110100 10011 100100 110100 111100

Color Harmonies of #CEA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA262

Black with #CEA262

Text Example


Text Example

White with #CEA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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