Html Css Color HEX #CEA860 Apache

📋 copy color: '#CEA860'

red 206 ◦ green 168 ◦ blue 96

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

Shades of Apache #CEA860

Tints of Apache #CEA860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 43.83%
G = 35.74%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA860 (or 0xCEA860) is known color: Apache. HEX triplet: CE, A8 and 60. RGB value is (206,168,96). Sum of RGB (Red+Green+Blue) = 206+168+96=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA860 is #31579F. Grayscale: #ABABAB. Windows color (decimal): -3233696 or 6334670. OLE color: 6334670.

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

Color convert

RGB 206 168 96 -
CMYK 0 0.18 0.53 0.19
HSL 39.27º 0.53% 0.59% -
HSV(B) 39.27º 0.53% 0.81% -
XYZ 41.57 41.97 16.98 -
YUV 171.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 206 168 96 0 0.18 0.53 0.19 39.27 0.53 0.59
Hex CE A8 60 0 12 35 13 27 35 3B
Octal 316 250 140 0 22 65 23 47 65 73
Binary 11001110 10101000 1100000 0 10010 110101 10011 100111 110101 111011

Color Harmonies of #CEA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA860

Black with #CEA860

Text Example


Text Example

White with #CEA860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA860; }

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

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

background-color css

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

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

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

border-color css

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

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

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