#C0B382

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

Shades of Ecru #C0B382

Tints of Ecru #C0B382

Color information

#C0B382 (or 0xC0B382) is unknown color: approx Ecru. HEX triplet: C0, B3 and 82. RGB value is (192,179,130). Sum of RGB (Red+Green+Blue) = 192+179+130=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B382 is #3F4C7D. Grayscale: #B1B1B1. Windows color (decimal): -4148350 or 8565696. OLE color: 8565696.

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

Color convert

RGB192179130-
CMYK00.070.320.25
HSL47.42º32.98%63.14%-
HSV(B)47.42º32.29%75.29%-
XYZ41.8945.0627.61-
YUV177.3101.31138.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=38.32%
G=35.73%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217913000.070.320.2547.4232.9863.14
HexC0B3820720192f213f
Octal300263202074031574177
Binary110000001011001110000010011110000011001101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B382; }

 p { color: rgb(192,179,130); }

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

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

 a { background-color: rgb(192,179,130); }

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

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

 span { border-color: rgb(192,179,130); }

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