Html Css Color HEX #CEA155 Apache

📋 copy color: '#CEA155'

red 206 ◦ green 161 ◦ blue 85

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

Shades of Apache #CEA155

Tints of Apache #CEA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

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

R = 45.58%
G = 35.62%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA155 (or 0xCEA155) is known color: Apache. HEX triplet: CE, A1 and 55. RGB value is (206,161,85). Sum of RGB (Red+Green+Blue) = 206+161+85=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA155 is #315EAA. Grayscale: #A6A6A6. Windows color (decimal): -3235499 or 5611982. OLE color: 5611982.

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

Color convert

RGB 206 161 85 -
CMYK 0 0.22 0.59 0.19
HSL 37.69º 0.55% 0.57% -
HSV(B) 37.69º 0.59% 0.81% -
XYZ 39.84 39.27 14.07 -
YUV 165.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 206 161 85 0 0.22 0.59 0.19 37.69 0.55 0.57
Hex CE A1 55 0 16 3B 13 26 37 39
Octal 316 241 125 0 26 73 23 46 67 71
Binary 11001110 10100001 1010101 0 10110 111011 10011 100110 110111 111001

Color Harmonies of #CEA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA155

Black with #CEA155

Text Example


Text Example

White with #CEA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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