#C2B488

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

Shades of Ecru #C2B488

Tints of Ecru #C2B488

Color information

#C2B488 (or 0xC2B488) is unknown color: approx Ecru. HEX triplet: C2, B4 and 88. RGB value is (194,180,136). Sum of RGB (Red+Green+Blue) = 194+180+136=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B488 is #3D4B77. Grayscale: #B3B3B3. Windows color (decimal): -4017016 or 8959170. OLE color: 8959170.

HSL color Cylindrical-coordinate representation of color #C2B488: hue angle of 45.52º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B488 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194180136-
CMYK00.070.300.24
HSL45.52º32.22%64.71%-
HSV(B)45.52º29.9%76.08%-
XYZ43.0145.8929.88-
YUV179.17103.64138.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=38.04%
G=35.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418013600.070.300.2445.5232.2264.71
HexC2B488071E182e2041
Octal3022642100736305640101
Binary110000101011010010001000011111110110001011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B488; }

 p { color: rgb(194,180,136); }

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

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

 a { background-color: rgb(194,180,136); }

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

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

 span { border-color: rgb(194,180,136); }

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