#C0B47D

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

Shades of Ecru #C0B47D

Tints of Ecru #C0B47D

Color information

#C0B47D (or 0xC0B47D) is unknown color: approx Ecru. HEX triplet: C0, B4 and 7D. RGB value is (192,180,125). Sum of RGB (Red+Green+Blue) = 192+180+125=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B47D is #3F4B82. Grayscale: #B1B1B1. Windows color (decimal): -4148099 or 8238272. OLE color: 8238272.

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

Color convert

RGB192180125-
CMYK00.060.350.25
HSL49.25º34.72%62.16%-
HSV(B)49.25º34.9%75.29%-
XYZ41.7645.3325.95-
YUV177.3298.48138.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=38.63%
G=36.22%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218012500.060.350.2549.2534.7262.16
HexC0B47D06231931233e
Octal300264175064331614376
Binary11000000101101001111101011010001111001110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B47D; }

 p { color: rgb(192,180,125); }

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

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

 a { background-color: rgb(192,180,125); }

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

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

 span { border-color: rgb(192,180,125); }

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