Html Css Color HEX #CEA163 Apache

📋 copy color: '#CEA163'

red 206 ◦ green 161 ◦ blue 99

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

Shades of Apache #CEA163

Tints of Apache #CEA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

 BLUE value IS 99 (39.06% from 255) = 21.24%

R = 44.21%
G = 34.55%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEA163 (or 0xCEA163) is known color: Apache. HEX triplet: CE, A1 and 63. RGB value is (206,161,99). Sum of RGB (Red+Green+Blue) = 206+161+99=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA163 is #315E9C. Grayscale: #A7A7A7. Windows color (decimal): -3235485 or 6529486. OLE color: 6529486.

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

Color convert

RGB 206 161 99 -
CMYK 0 0.22 0.52 0.19
HSL 34.77º 0.52% 0.6% -
HSV(B) 34.77º 0.52% 0.81% -
XYZ 40.45 39.51 17.3 -
YUV 167.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 206 161 99 0 0.22 0.52 0.19 34.77 0.52 0.6
Hex CE A1 63 0 16 34 13 23 34 3C
Octal 316 241 143 0 26 64 23 43 64 74
Binary 11001110 10100001 1100011 0 10110 110100 10011 100011 110100 111100

Color Harmonies of #CEA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA163

Black with #CEA163

Text Example


Text Example

White with #CEA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA163; }

 p { color: rgb(206,161,99); }

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

background-color css

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

 a { background-color: rgb(206,161,99); }

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

border-color css

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

 span { border-color: rgb(206,161,99); }

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