Html Css Color HEX #CEA660 Apache

📋 copy color: '#CEA660'

red 206 ◦ green 166 ◦ blue 96

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

Shades of Apache #CEA660

Tints of Apache #CEA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 44.02%
G = 35.47%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA660 (or 0xCEA660) is known color: Apache. HEX triplet: CE, A6 and 60. RGB value is (206,166,96). Sum of RGB (Red+Green+Blue) = 206+166+96=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA660 is #31599F. Grayscale: #AAAAAA. Windows color (decimal): -3234208 or 6334158. OLE color: 6334158.

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

Color convert

RGB 206 166 96 -
CMYK 0 0.19 0.53 0.19
HSL 38.18º 0.53% 0.59% -
HSV(B) 38.18º 0.53% 0.81% -
XYZ 41.2 41.24 16.85 -
YUV 169.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 206 166 96 0 0.19 0.53 0.19 38.18 0.53 0.59
Hex CE A6 60 0 13 35 13 26 35 3B
Octal 316 246 140 0 23 65 23 46 65 73
Binary 11001110 10100110 1100000 0 10011 110101 10011 100110 110101 111011

Color Harmonies of #CEA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA660

Black with #CEA660

Text Example


Text Example

White with #CEA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA660; }

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

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

background-color css

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

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

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

border-color css

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

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

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