Html Css Color HEX #C5B186 Ecru

📋 copy color: '#C5B186'

red 197 ◦ green 177 ◦ blue 134

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

Shades of Ecru #C5B186

Tints of Ecru #C5B186

RGB

 RED value IS 197 (77.34% from 255) = 38.78%

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 134 (52.73% from 255) = 26.38%

R = 38.78%
G = 34.84%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C5B186 (or 0xC5B186) is known color: Ecru. HEX triplet: C5, B1 and 86. RGB value is (197,177,134). Sum of RGB (Red+Green+Blue) = 197+177+134=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B186 is #3A4E79. Grayscale: #B2B2B2. Windows color (decimal): -3821178 or 8827333. OLE color: 8827333.

HSL color Cylindrical-coordinate representation of color #C5B186: hue angle of 40.95º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5B186 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 134 -
CMYK 0 0.10 0.32 0.23
HSL 40.95º 0.35% 0.65% -
HSV(B) 40.95º 0.32% 0.77% -
XYZ 43.05 45.04 28.98 -
YUV 178.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 197 177 134 0 0.10 0.32 0.23 40.95 0.35 0.65
Hex C5 B1 86 0 A 20 17 29 23 41
Octal 305 261 206 0 12 40 27 51 43 101
Binary 11000101 10110001 10000110 0 1010 100000 10111 101001 100011 1000001

Color Harmonies of #C5B186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B186

Black with #C5B186

Text Example


Text Example

White with #C5B186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B186; }

 p { color: rgb(197,177,134); }

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

background-color css

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

 a { background-color: rgb(197,177,134); }

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

border-color css

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

 span { border-color: rgb(197,177,134); }

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