#C0B181

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

Shades of Ecru #C0B181

Tints of Ecru #C0B181

Color information

#C0B181 (or 0xC0B181) is unknown color: approx Ecru. HEX triplet: C0, B1 and 81. RGB value is (192,177,129). Sum of RGB (Red+Green+Blue) = 192+177+129=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B181 is #3F4E7E. Grayscale: #B0B0B0. Windows color (decimal): -4148863 or 8499648. OLE color: 8499648.

HSL color Cylindrical-coordinate representation of color #C0B181: hue angle of 45.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0B181 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192177129-
CMYK00.080.330.25
HSL45.71º33.33%62.94%-
HSV(B)45.71º32.81%75.29%-
XYZ41.4244.2427.12-
YUV176.01101.47139.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=38.55%
G=35.54%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217712900.080.330.2545.7133.3362.94
HexC0B1810821192e213f
Octal3002612010104131564177
Binary1100000010110001100000010100010000111001101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B181; }

 p { color: rgb(192,177,129); }

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

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

 a { background-color: rgb(192,177,129); }

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

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

 span { border-color: rgb(192,177,129); }

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