#C3B479

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

Shades of Ecru #C3B479

Tints of Ecru #C3B479

Color information

#C3B479 (or 0xC3B479) is unknown color: approx Ecru. HEX triplet: C3, B4 and 79. RGB value is (195,180,121). Sum of RGB (Red+Green+Blue) = 195+180+121=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B479 is #3C4B86. Grayscale: #B2B2B2. Windows color (decimal): -3951495 or 7976131. OLE color: 7976131.

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

Color convert

RGB195180121-
CMYK00.080.380.24
HSL47.84º38.14%61.96%-
HSV(B)47.84º37.95%76.47%-
XYZ42.2845.6324.67-
YUV177.7695.97140.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=39.31%
G=36.29%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518012100.080.380.2447.8438.1461.96
HexC3B47908261830263e
Octal3032641710104630604676
Binary110000111011010011110010100010011011000110000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B479; }

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

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

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

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

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

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

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

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