Html Css Color HEX #CEA95B Apache

📋 copy color: '#CEA95B'

red 206 ◦ green 169 ◦ blue 91

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

Shades of Apache #CEA95B

Tints of Apache #CEA95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

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

R = 44.21%
G = 36.27%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA95B (or 0xCEA95B) is known color: Apache. HEX triplet: CE, A9 and 5B. RGB value is (206,169,91). Sum of RGB (Red+Green+Blue) = 206+169+91=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA95B is #3156A4. Grayscale: #ABABAB. Windows color (decimal): -3233445 or 6007246. OLE color: 6007246.

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

Color convert

RGB 206 169 91 -
CMYK 0 0.18 0.56 0.19
HSL 40.7º 0.54% 0.58% -
HSV(B) 40.7º 0.56% 0.81% -
XYZ 41.53 42.25 15.86 -
YUV 171.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 206 169 91 0 0.18 0.56 0.19 40.7 0.54 0.58
Hex CE A9 5B 0 12 38 13 29 36 3A
Octal 316 251 133 0 22 70 23 51 66 72
Binary 11001110 10101001 1011011 0 10010 111000 10011 101001 110110 111010

Color Harmonies of #CEA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA95B

Black with #CEA95B

Text Example


Text Example

White with #CEA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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