Html Css Color HEX #CEAA5B Apache

📋 copy color: '#CEAA5B'

red 206 ◦ green 170 ◦ blue 91

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

Shades of Apache #CEAA5B

Tints of Apache #CEAA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 44.11%
G = 36.4%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEAA5B (or 0xCEAA5B) is known color: Apache. HEX triplet: CE, AA and 5B. RGB value is (206,170,91). Sum of RGB (Red+Green+Blue) = 206+170+91=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA5B is #3155A4. Grayscale: #ACACAC. Windows color (decimal): -3233189 or 6007502. OLE color: 6007502.

HSL color Cylindrical-coordinate representation of color #CEAA5B: hue angle of 41.22º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEAA5B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 91 -
CMYK 0 0.17 0.56 0.19
HSL 41.22º 0.54% 0.58% -
HSV(B) 41.22º 0.56% 0.81% -
XYZ 41.72 42.63 15.93 -
YUV 171.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 206 170 91 0 0.17 0.56 0.19 41.22 0.54 0.58
Hex CE AA 5B 0 11 38 13 29 36 3A
Octal 316 252 133 0 21 70 23 51 66 72
Binary 11001110 10101010 1011011 0 10001 111000 10011 101001 110110 111010

Color Harmonies of #CEAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA5B

Black with #CEAA5B

Text Example


Text Example

White with #CEAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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