Html Css Color HEX #CEAA5A Apache

📋 copy color: '#CEAA5A'

red 206 ◦ green 170 ◦ blue 90

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

Shades of Apache #CEAA5A

Tints of Apache #CEAA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 44.21%
G = 36.48%
B = 19.31%

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

#CEAA5A (or 0xCEAA5A) is known color: Apache. HEX triplet: CE, AA and 5A. RGB value is (206,170,90). Sum of RGB (Red+Green+Blue) = 206+170+90=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA5A is #3155A5. Grayscale: #ACACAC. Windows color (decimal): -3233190 or 5941966. OLE color: 5941966.

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

Color convert

RGB 206 170 90 -
CMYK 0 0.17 0.56 0.19
HSL 41.38º 0.54% 0.58% -
HSV(B) 41.38º 0.56% 0.81% -
XYZ 41.67 42.61 15.7 -
YUV 171.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 206 170 90 0 0.17 0.56 0.19 41.38 0.54 0.58
Hex CE AA 5A 0 11 38 13 29 36 3A
Octal 316 252 132 0 21 70 23 51 66 72
Binary 11001110 10101010 1011010 0 10001 111000 10011 101001 110110 111010

Color Harmonies of #CEAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA5A

Black with #CEAA5A

Text Example


Text Example

White with #CEAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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