#C0B180

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

Shades of Ecru #C0B180

Tints of Ecru #C0B180

Color information

#C0B180 (or 0xC0B180) is unknown color: approx Ecru. HEX triplet: C0, B1 and 80. RGB value is (192,177,128). Sum of RGB (Red+Green+Blue) = 192+177+128=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B180 is #3F4E7F. Grayscale: #B0B0B0. Windows color (decimal): -4148864 or 8434112. OLE color: 8434112.

HSL color Cylindrical-coordinate representation of color #C0B180: hue angle of 45.94º degrees, saturation: 0.34, 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 #C0B180 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192177128-
CMYK00.080.330.25
HSL45.94º33.68%62.75%-
HSV(B)45.94º33.33%75.29%-
XYZ41.3644.2126.78-
YUV175.9100.97139.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=38.63%
G=35.61%
B=25.75%

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
Decimal19217712800.080.330.2545.9433.6862.75
HexC0B1800821192e223f
Octal3002612000104131564277
Binary1100000010110001100000000100010000111001101110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B180; }

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

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

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

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

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

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

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

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