#C0B389

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

Shades of Ecru #C0B389

Tints of Ecru #C0B389

Color information

#C0B389 (or 0xC0B389) is unknown color: approx Ecru. HEX triplet: C0, B3 and 89. RGB value is (192,179,137). Sum of RGB (Red+Green+Blue) = 192+179+137=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B389 is #3F4C76. Grayscale: #B2B2B2. Windows color (decimal): -4148343 or 9024448. OLE color: 9024448.

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

Color convert

RGB192179137-
CMYK00.070.290.25
HSL45.82º30.39%64.51%-
HSV(B)45.82º28.65%75.29%-
XYZ42.3745.2530.17-
YUV178.1104.81137.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=37.80%
G=35.24%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217913700.070.290.2545.8230.3964.51
HexC0B389071D192e1e41
Octal3002632110735315636101
Binary11000000101100111000100101111110111001101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B389; }

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

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

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

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

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

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

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

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