Html Css Color HEX #CEAB60 Apache

📋 copy color: '#CEAB60'

red 206 ◦ green 171 ◦ blue 96

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

Shades of Apache #CEAB60

Tints of Apache #CEAB60

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 43.55%
G = 36.15%
B = 20.3%

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

#CEAB60 (or 0xCEAB60) is known color: Apache. HEX triplet: CE, AB and 60. RGB value is (206,171,96). Sum of RGB (Red+Green+Blue) = 206+171+96=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB60 is #31549F. Grayscale: #ADADAD. Windows color (decimal): -3232928 or 6335438. OLE color: 6335438.

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

Color convert

RGB 206 171 96 -
CMYK 0 0.17 0.53 0.19
HSL 40.91º 0.53% 0.59% -
HSV(B) 40.91º 0.53% 0.81% -
XYZ 42.13 43.09 17.16 -
YUV 172.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 206 171 96 0 0.17 0.53 0.19 40.91 0.53 0.59
Hex CE AB 60 0 11 35 13 29 35 3B
Octal 316 253 140 0 21 65 23 51 65 73
Binary 11001110 10101011 1100000 0 10001 110101 10011 101001 110101 111011

Color Harmonies of #CEAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB60

Black with #CEAB60

Text Example


Text Example

White with #CEAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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