#C4B473

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

Shades of Ecru #C4B473

Tints of Ecru #C4B473

Color information

#C4B473 (or 0xC4B473) is unknown color: approx Ecru. HEX triplet: C4, B4 and 73. RGB value is (196,180,115). Sum of RGB (Red+Green+Blue) = 196+180+115=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B473 is #3B4B8C. Grayscale: #B1B1B1. Windows color (decimal): -3885965 or 7582916. OLE color: 7582916.

HSL color Cylindrical-coordinate representation of color #C4B473: hue angle of 48.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4B473 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196180115-
CMYK00.080.410.23
HSL48.15º40.7%60.98%-
HSV(B)48.15º41.33%76.86%-
XYZ42.1845.6222.8-
YUV177.3792.8141.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=39.92%
G=36.66%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618011500.080.410.2348.1540.760.98
HexC4B47308291730293d
Octal3042641630105127605175
Binary110001001011010011100110100010100110111110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B473; }

 p { color: rgb(196,180,115); }

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

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

 a { background-color: rgb(196,180,115); }

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

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

 span { border-color: rgb(196,180,115); }

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