#C3B079

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

Shades of Ecru #C3B079

Tints of Ecru #C3B079

Color information

#C3B079 (or 0xC3B079) is unknown color: approx Ecru. HEX triplet: C3, B0 and 79. RGB value is (195,176,121). Sum of RGB (Red+Green+Blue) = 195+176+121=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B079 is #3C4F86. Grayscale: #AFAFAF. Windows color (decimal): -3952519 or 7975107. OLE color: 7975107.

HSL color Cylindrical-coordinate representation of color #C3B079: hue angle of 44.59º 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 #C3B079 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB195176121-
CMYK00.100.380.24
HSL44.59º38.14%61.96%-
HSV(B)44.59º37.95%76.47%-
XYZ41.4844.0324.4-
YUV175.4197.29141.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=39.63%
G=35.77%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517612100.100.380.2444.5938.1461.96
HexC3B0790A26182d263e
Octal3032601710124630554676
Binary110000111011000011110010101010011011000101101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B079; }

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

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

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

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

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

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

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

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