Html Css Color HEX #CEAA60 Apache

📋 copy color: '#CEAA60'

red 206 ◦ green 170 ◦ blue 96

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

Shades of Apache #CEAA60

Tints of Apache #CEAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

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

R = 43.64%
G = 36.02%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEAA60 (or 0xCEAA60) is known color: Apache. HEX triplet: CE, AA and 60. RGB value is (206,170,96). Sum of RGB (Red+Green+Blue) = 206+170+96=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA60 is #31559F. Grayscale: #ACACAC. Windows color (decimal): -3233184 or 6335182. OLE color: 6335182.

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

Color convert

RGB 206 170 96 -
CMYK 0 0.17 0.53 0.19
HSL 40.36º 0.53% 0.59% -
HSV(B) 40.36º 0.53% 0.81% -
XYZ 41.94 42.72 17.1 -
YUV 172.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 206 170 96 0 0.17 0.53 0.19 40.36 0.53 0.59
Hex CE AA 60 0 11 35 13 28 35 3B
Octal 316 252 140 0 21 65 23 50 65 73
Binary 11001110 10101010 1100000 0 10001 110101 10011 101000 110101 111011

Color Harmonies of #CEAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA60

Black with #CEAA60

Text Example


Text Example

White with #CEAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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