#C5B184

Color #C5B184 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C5B184

Tints of Ecru #C5B184

Color information

#C5B184 (or 0xC5B184) is unknown color: approx Ecru. HEX triplet: C5, B1 and 84. RGB value is (197,177,132). Sum of RGB (Red+Green+Blue) = 197+177+132=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B184 is #3A4E7B. Grayscale: #B2B2B2. Windows color (decimal): -3821180 or 8696261. OLE color: 8696261.

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

Color convert

RGB197177132-
CMYK00.100.330.23
HSL41.54º35.91%64.51%-
HSV(B)41.54º32.99%77.25%-
XYZ42.9144.9828.25-
YUV177.85102.13141.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=38.93%
G=34.98%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717713200.100.330.2341.5435.9164.51
HexC5B1840A21172a2441
Octal30526120401241275244101
Binary11000101101100011000010001010100001101111010101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B184; }

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

 H1.HeaderClassName
 {
   color: #C5B184;
 }
 .AnyTagClassName
 {
   color: #C5B184;
 }
</style>
background-color css

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

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

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

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

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

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