#C2B188

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

Shades of Ecru #C2B188

Tints of Ecru #C2B188

Color information

#C2B188 (or 0xC2B188) is unknown color: approx Ecru. HEX triplet: C2, B1 and 88. RGB value is (194,177,136). Sum of RGB (Red+Green+Blue) = 194+177+136=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B188 is #3D4E77. Grayscale: #B1B1B1. Windows color (decimal): -4017784 or 8958402. OLE color: 8958402.

HSL color Cylindrical-coordinate representation of color #C2B188: hue angle of 42.41º 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 #C2B188 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194177136-
CMYK00.090.300.24
HSL42.41º32.22%64.71%-
HSV(B)42.41º29.9%76.08%-
XYZ42.4144.6929.68-
YUV177.41104.63139.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=38.26%
G=34.91%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417713600.090.300.2442.4132.2264.71
HexC2B188091E182a2041
Octal30226121001136305240101
Binary1100001010110001100010000100111110110001010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B188; }

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

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

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

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

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

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

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

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