#C2B083

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

Shades of Ecru #C2B083

Tints of Ecru #C2B083

Color information

#C2B083 (or 0xC2B083) is unknown color: approx Ecru. HEX triplet: C2, B0 and 83. RGB value is (194,176,131). Sum of RGB (Red+Green+Blue) = 194+176+131=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B083 is #3D4F7C. Grayscale: #B0B0B0. Windows color (decimal): -4018045 or 8630466. OLE color: 8630466.

HSL color Cylindrical-coordinate representation of color #C2B083: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2B083 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194176131-
CMYK00.090.320.24
HSL42.86º34.05%63.73%-
HSV(B)42.86º32.47%76.08%-
XYZ41.8744.1627.79-
YUV176.25102.46140.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=38.72%
G=35.13%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417613100.090.320.2442.8634.0563.73
HexC2B0830920182b2240
Octal30226020301140305342100
Binary11000010101100001000001101001100000110001010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B083; }

 p { color: rgb(194,176,131); }

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

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

 a { background-color: rgb(194,176,131); }

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

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

 span { border-color: rgb(194,176,131); }

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