Html Css Color HEX #CEAB5A Apache

📋 copy color: '#CEAB5A'

red 206 ◦ green 171 ◦ blue 90

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

Shades of Apache #CEAB5A

Tints of Apache #CEAB5A

RGB

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

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

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

R = 44.11%
G = 36.62%
B = 19.27%

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

#CEAB5A (or 0xCEAB5A) is known color: Apache. HEX triplet: CE, AB and 5A. RGB value is (206,171,90). Sum of RGB (Red+Green+Blue) = 206+171+90=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB5A is #3154A5. Grayscale: #ACACAC. Windows color (decimal): -3232934 or 5942222. OLE color: 5942222.

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

Color convert

RGB 206 171 90 -
CMYK 0 0.17 0.56 0.19
HSL 41.9º 0.54% 0.58% -
HSV(B) 41.9º 0.56% 0.81% -
XYZ 41.86 42.99 15.76 -
YUV 172.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 206 171 90 0 0.17 0.56 0.19 41.9 0.54 0.58
Hex CE AB 5A 0 11 38 13 2A 36 3A
Octal 316 253 132 0 21 70 23 52 66 72
Binary 11001110 10101011 1011010 0 10001 111000 10011 101010 110110 111010

Color Harmonies of #CEAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB5A

Black with #CEAB5A

Text Example


Text Example

White with #CEAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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