Html Css Color HEX #CEA85F Apache

📋 copy color: '#CEA85F'

red 206 ◦ green 168 ◦ blue 95

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

Shades of Apache #CEA85F

Tints of Apache #CEA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 43.92%
G = 35.82%
B = 20.26%

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

#CEA85F (or 0xCEA85F) is known color: Apache. HEX triplet: CE, A8 and 5F. RGB value is (206,168,95). Sum of RGB (Red+Green+Blue) = 206+168+95=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA85F is #3157A0. Grayscale: #ABABAB. Windows color (decimal): -3233697 or 6269134. OLE color: 6269134.

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

Color convert

RGB 206 168 95 -
CMYK 0 0.18 0.54 0.19
HSL 39.46º 0.53% 0.59% -
HSV(B) 39.46º 0.54% 0.81% -
XYZ 41.52 41.95 16.74 -
YUV 171.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 206 168 95 0 0.18 0.54 0.19 39.46 0.53 0.59
Hex CE A8 5F 0 12 36 13 27 35 3B
Octal 316 250 137 0 22 66 23 47 65 73
Binary 11001110 10101000 1011111 0 10010 110110 10011 100111 110101 111011

Color Harmonies of #CEA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA85F

Black with #CEA85F

Text Example


Text Example

White with #CEA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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