Html Css Color HEX #CEAA5D Apache

📋 copy color: '#CEAA5D'

red 206 ◦ green 170 ◦ blue 93

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

Shades of Apache #CEAA5D

Tints of Apache #CEAA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 43.92%
G = 36.25%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEAA5D (or 0xCEAA5D) is known color: Apache. HEX triplet: CE, AA and 5D. RGB value is (206,170,93). Sum of RGB (Red+Green+Blue) = 206+170+93=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA5D is #3155A2. Grayscale: #ACACAC. Windows color (decimal): -3233187 or 6138574. OLE color: 6138574.

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

Color convert

RGB 206 170 93 -
CMYK 0 0.17 0.55 0.19
HSL 40.88º 0.54% 0.59% -
HSV(B) 40.88º 0.55% 0.81% -
XYZ 41.8 42.66 16.39 -
YUV 171.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 206 170 93 0 0.17 0.55 0.19 40.88 0.54 0.59
Hex CE AA 5D 0 11 37 13 29 36 3B
Octal 316 252 135 0 21 67 23 51 66 73
Binary 11001110 10101010 1011101 0 10001 110111 10011 101001 110110 111011

Color Harmonies of #CEAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA5D

Black with #CEAA5D

Text Example


Text Example

White with #CEAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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