#C3B488

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

Shades of Ecru #C3B488

Tints of Ecru #C3B488

Color information

#C3B488 (or 0xC3B488) is unknown color: approx Ecru. HEX triplet: C3, B4 and 88. RGB value is (195,180,136). Sum of RGB (Red+Green+Blue) = 195+180+136=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B488 is #3C4B77. Grayscale: #B3B3B3. Windows color (decimal): -3951480 or 8959171. OLE color: 8959171.

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

Color convert

RGB195180136-
CMYK00.080.300.24
HSL44.75º32.96%64.9%-
HSV(B)44.75º30.26%76.47%-
XYZ43.2746.0229.9-
YUV179.47103.47139.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=38.16%
G=35.23%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518013600.080.300.2444.7532.9664.9
HexC3B488081E182d2141
Octal30326421001036305541101
Binary1100001110110100100010000100011110110001011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B488; }

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

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

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

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

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

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

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

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