Html Css Color HEX #CEA855 Apache

📋 copy color: '#CEA855'

red 206 ◦ green 168 ◦ blue 85

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

Shades of Apache #CEA855

Tints of Apache #CEA855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 44.88%
G = 36.6%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA855 (or 0xCEA855) is known color: Apache. HEX triplet: CE, A8 and 55. RGB value is (206,168,85). Sum of RGB (Red+Green+Blue) = 206+168+85=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA855 is #3157AA. Grayscale: #AAAAAA. Windows color (decimal): -3233707 or 5613774. OLE color: 5613774.

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

Color convert

RGB 206 168 85 -
CMYK 0 0.18 0.59 0.19
HSL 41.16º 0.55% 0.57% -
HSV(B) 41.16º 0.59% 0.81% -
XYZ 41.1 41.78 14.49 -
YUV 169.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 206 168 85 0 0.18 0.59 0.19 41.16 0.55 0.57
Hex CE A8 55 0 12 3B 13 29 37 39
Octal 316 250 125 0 22 73 23 51 67 71
Binary 11001110 10101000 1010101 0 10010 111011 10011 101001 110111 111001

Color Harmonies of #CEA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA855

Black with #CEA855

Text Example


Text Example

White with #CEA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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