Html Css Color HEX #CEA655 Apache

📋 copy color: '#CEA655'

red 206 ◦ green 166 ◦ blue 85

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

Shades of Apache #CEA655

Tints of Apache #CEA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 45.08%
G = 36.32%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA655 (or 0xCEA655) is known color: Apache. HEX triplet: CE, A6 and 55. RGB value is (206,166,85). Sum of RGB (Red+Green+Blue) = 206+166+85=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA655 is #3159AA. Grayscale: #A9A9A9. Windows color (decimal): -3234219 or 5613262. OLE color: 5613262.

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

Color convert

RGB 206 166 85 -
CMYK 0 0.19 0.59 0.19
HSL 40.17º 0.55% 0.57% -
HSV(B) 40.17º 0.59% 0.81% -
XYZ 40.73 41.05 14.37 -
YUV 168.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 206 166 85 0 0.19 0.59 0.19 40.17 0.55 0.57
Hex CE A6 55 0 13 3B 13 28 37 39
Octal 316 246 125 0 23 73 23 50 67 71
Binary 11001110 10100110 1010101 0 10011 111011 10011 101000 110111 111001

Color Harmonies of #CEA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA655

Black with #CEA655

Text Example


Text Example

White with #CEA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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