Html Css Color HEX #CEAB5B Apache

📋 copy color: '#CEAB5B'

red 206 ◦ green 171 ◦ blue 91

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

Shades of Apache #CEAB5B

Tints of Apache #CEAB5B

RGB

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

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

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

R = 44.02%
G = 36.54%
B = 19.44%

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

#CEAB5B (or 0xCEAB5B) is known color: Apache. HEX triplet: CE, AB and 5B. RGB value is (206,171,91). Sum of RGB (Red+Green+Blue) = 206+171+91=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB5B is #3154A4. Grayscale: #ACACAC. Windows color (decimal): -3232933 or 6007758. OLE color: 6007758.

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

Color convert

RGB 206 171 91 -
CMYK 0 0.17 0.56 0.19
HSL 41.74º 0.54% 0.58% -
HSV(B) 41.74º 0.56% 0.81% -
XYZ 41.9 43 15.99 -
YUV 172.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 206 171 91 0 0.17 0.56 0.19 41.74 0.54 0.58
Hex CE AB 5B 0 11 38 13 2A 36 3A
Octal 316 253 133 0 21 70 23 52 66 72
Binary 11001110 10101011 1011011 0 10001 111000 10011 101010 110110 111010

Color Harmonies of #CEAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB5B

Black with #CEAB5B

Text Example


Text Example

White with #CEAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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