Html Css Color HEX #CEAB5F Apache

📋 copy color: '#CEAB5F'

red 206 ◦ green 171 ◦ blue 95

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

Shades of Apache #CEAB5F

Tints of Apache #CEAB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.13%

R = 43.64%
G = 36.23%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEAB5F (or 0xCEAB5F) is known color: Apache. HEX triplet: CE, AB and 5F. RGB value is (206,171,95). Sum of RGB (Red+Green+Blue) = 206+171+95=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB5F is #3154A0. Grayscale: #ADADAD. Windows color (decimal): -3232929 or 6269902. OLE color: 6269902.

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

Color convert

RGB 206 171 95 -
CMYK 0 0.17 0.54 0.19
HSL 41.08º 0.53% 0.59% -
HSV(B) 41.08º 0.54% 0.81% -
XYZ 42.08 43.07 16.92 -
YUV 172.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 206 171 95 0 0.17 0.54 0.19 41.08 0.53 0.59
Hex CE AB 5F 0 11 36 13 29 35 3B
Octal 316 253 137 0 21 66 23 51 65 73
Binary 11001110 10101011 1011111 0 10001 110110 10011 101001 110101 111011

Color Harmonies of #CEAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB5F

Black with #CEAB5F

Text Example


Text Example

White with #CEAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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