#C3B487

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

Shades of Ecru #C3B487

Tints of Ecru #C3B487

Color information

#C3B487 (or 0xC3B487) is unknown color: approx Ecru. HEX triplet: C3, B4 and 87. RGB value is (195,180,135). Sum of RGB (Red+Green+Blue) = 195+180+135=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B487 is #3C4B78. Grayscale: #B3B3B3. Windows color (decimal): -3951481 or 8893635. OLE color: 8893635.

HSL color Cylindrical-coordinate representation of color #C3B487: hue angle of 45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3B487 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB195180135-
CMYK00.080.310.24
HSL45º33.33%64.71%-
HSV(B)45º30.77%76.47%-
XYZ43.245.9929.52-
YUV179.36102.97139.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=38.24%
G=35.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518013500.080.310.244533.3364.71
HexC3B487081F182d2141
Octal30326420701037305541101
Binary1100001110110100100001110100011111110001011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B487; }

 p { color: rgb(195,180,135); }

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

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

 a { background-color: rgb(195,180,135); }

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

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

 span { border-color: rgb(195,180,135); }

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