Html Css Color HEX #CEA95F Apache

📋 copy color: '#CEA95F'

red 206 ◦ green 169 ◦ blue 95

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

Shades of Apache #CEA95F

Tints of Apache #CEA95F

RGB

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

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

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

R = 43.83%
G = 35.96%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA95F (or 0xCEA95F) is known color: Apache. HEX triplet: CE, A9 and 5F. RGB value is (206,169,95). Sum of RGB (Red+Green+Blue) = 206+169+95=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA95F is #3156A0. Grayscale: #ABABAB. Windows color (decimal): -3233441 or 6269390. OLE color: 6269390.

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

Color convert

RGB 206 169 95 -
CMYK 0 0.18 0.54 0.19
HSL 40º 0.53% 0.59% -
HSV(B) 40º 0.54% 0.81% -
XYZ 41.71 42.32 16.8 -
YUV 171.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 206 169 95 0 0.18 0.54 0.19 40 0.53 0.59
Hex CE A9 5F 0 12 36 13 28 35 3B
Octal 316 251 137 0 22 66 23 50 65 73
Binary 11001110 10101001 1011111 0 10010 110110 10011 101000 110101 111011

Color Harmonies of #CEA95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA95F

Black with #CEA95F

Text Example


Text Example

White with #CEA95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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