#C3B074

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

Shades of Ecru #C3B074

Tints of Ecru #C3B074

Color information

#C3B074 (or 0xC3B074) is unknown color: approx Ecru. HEX triplet: C3, B0 and 74. RGB value is (195,176,116). Sum of RGB (Red+Green+Blue) = 195+176+116=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B074 is #3C4F8B. Grayscale: #AFAFAF. Windows color (decimal): -3952524 or 7647427. OLE color: 7647427.

HSL color Cylindrical-coordinate representation of color #C3B074: hue angle of 45.57º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3B074 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195176116-
CMYK00.100.410.24
HSL45.57º39.7%60.98%-
HSV(B)45.57º40.51%76.47%-
XYZ41.1843.9122.83-
YUV174.8494.79142.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=40.04%
G=36.14%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517611600.100.410.2445.5739.760.98
HexC3B0740A29182e283d
Octal3032601640125130565075
Binary110000111011000011101000101010100111000101110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B074; }

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

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

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

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

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

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

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

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