#C0B37A

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

Shades of Ecru #C0B37A

Tints of Ecru #C0B37A

Color information

#C0B37A (or 0xC0B37A) is unknown color: approx Ecru. HEX triplet: C0, B3 and 7A. RGB value is (192,179,122). Sum of RGB (Red+Green+Blue) = 192+179+122=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B37A is #3F4C85. Grayscale: #B0B0B0. Windows color (decimal): -4148358 or 8041408. OLE color: 8041408.

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

Color convert

RGB192179122-
CMYK00.070.360.25
HSL48.86º35.71%61.57%-
HSV(B)48.86º36.46%75.29%-
XYZ41.3744.8524.89-
YUV176.3997.31139.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=38.95%
G=36.31%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217912200.070.360.2548.8635.7161.57
HexC0B37A07241931243e
Octal300263172074431614476
Binary11000000101100111111010011110010011001110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B37A; }

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

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

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

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

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

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

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

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