#C0B586

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

Shades of Ecru #C0B586

Tints of Ecru #C0B586

Color information

#C0B586 (or 0xC0B586) is unknown color: approx Ecru. HEX triplet: C0, B5 and 86. RGB value is (192,181,134). Sum of RGB (Red+Green+Blue) = 192+181+134=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B586 is #3F4A79. Grayscale: #B3B3B3. Windows color (decimal): -4147834 or 8828352. OLE color: 8828352.

HSL color Cylindrical-coordinate representation of color #C0B586: hue angle of 48.62º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B586 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192181134-
CMYK00.060.300.25
HSL48.62º31.52%63.92%-
HSV(B)48.62º30.21%75.29%-
XYZ42.5745.9829.18-
YUV178.93102.64137.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=37.87%
G=35.70%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218113400.060.300.2548.6231.5263.92
HexC0B586061E19312040
Octal3002652060636316140100
Binary110000001011010110000110011011110110011100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B586; }

 p { color: rgb(192,181,134); }

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

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

 a { background-color: rgb(192,181,134); }

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

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

 span { border-color: rgb(192,181,134); }

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