#C2B37B

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

Shades of Ecru #C2B37B

Tints of Ecru #C2B37B

Color information

#C2B37B (or 0xC2B37B) is unknown color: approx Ecru. HEX triplet: C2, B3 and 7B. RGB value is (194,179,123). Sum of RGB (Red+Green+Blue) = 194+179+123=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B37B is #3D4C84. Grayscale: #B1B1B1. Windows color (decimal): -4017285 or 8106946. OLE color: 8106946.

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

Color convert

RGB194179123-
CMYK00.080.370.24
HSL47.32º36.79%62.16%-
HSV(B)47.32º36.6%76.08%-
XYZ41.9445.1425.24-
YUV177.197.47140.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=39.11%
G=36.09%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417912300.080.370.2447.3236.7962.16
HexC2B37B0825182f253e
Octal3022631730104530574576
Binary110000101011001111110110100010010111000101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B37B; }

 p { color: rgb(194,179,123); }

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

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

 a { background-color: rgb(194,179,123); }

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

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

 span { border-color: rgb(194,179,123); }

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