Html Css Color HEX #CEA85C Apache

📋 copy color: '#CEA85C'

red 206 ◦ green 168 ◦ blue 92

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

Shades of Apache #CEA85C

Tints of Apache #CEA85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 44.21%
G = 36.05%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEA85C (or 0xCEA85C) is known color: Apache. HEX triplet: CE, A8 and 5C. RGB value is (206,168,92). Sum of RGB (Red+Green+Blue) = 206+168+92=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA85C is #3157A3. Grayscale: #ABABAB. Windows color (decimal): -3233700 or 6072526. OLE color: 6072526.

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

Color convert

RGB 206 168 92 -
CMYK 0 0.18 0.55 0.19
HSL 40º 0.54% 0.58% -
HSV(B) 40º 0.55% 0.81% -
XYZ 41.39 41.9 16.03 -
YUV 170.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 206 168 92 0 0.18 0.55 0.19 40 0.54 0.58
Hex CE A8 5C 0 12 37 13 28 36 3A
Octal 316 250 134 0 22 67 23 50 66 72
Binary 11001110 10101000 1011100 0 10010 110111 10011 101000 110110 111010

Color Harmonies of #CEA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA85C

Black with #CEA85C

Text Example


Text Example

White with #CEA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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