Html Css Color HEX #CEA160 Apache

📋 copy color: '#CEA160'

red 206 ◦ green 161 ◦ blue 96

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

Shades of Apache #CEA160

Tints of Apache #CEA160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 44.49%
G = 34.77%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA160 (or 0xCEA160) is known color: Apache. HEX triplet: CE, A1 and 60. RGB value is (206,161,96). Sum of RGB (Red+Green+Blue) = 206+161+96=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA160 is #315E9F. Grayscale: #A7A7A7. Windows color (decimal): -3235488 or 6332878. OLE color: 6332878.

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

Color convert

RGB 206 161 96 -
CMYK 0 0.22 0.53 0.19
HSL 35.45º 0.53% 0.59% -
HSV(B) 35.45º 0.53% 0.81% -
XYZ 40.31 39.46 16.56 -
YUV 167.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 206 161 96 0 0.22 0.53 0.19 35.45 0.53 0.59
Hex CE A1 60 0 16 35 13 23 35 3B
Octal 316 241 140 0 26 65 23 43 65 73
Binary 11001110 10100001 1100000 0 10110 110101 10011 100011 110101 111011

Color Harmonies of #CEA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA160

Black with #CEA160

Text Example


Text Example

White with #CEA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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