#C2B082

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

Shades of Ecru #C2B082

Tints of Ecru #C2B082

Color information

#C2B082 (or 0xC2B082) is unknown color: approx Ecru. HEX triplet: C2, B0 and 82. RGB value is (194,176,130). Sum of RGB (Red+Green+Blue) = 194+176+130=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B082 is #3D4F7D. Grayscale: #B0B0B0. Windows color (decimal): -4018046 or 8564930. OLE color: 8564930.

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

Color convert

RGB194176130-
CMYK00.090.330.24
HSL43.13º34.41%63.53%-
HSV(B)43.13º32.99%76.08%-
XYZ41.844.1327.43-
YUV176.14101.96140.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 130 (51.17% from 255) = 26%
R=38.8%
G=35.2%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417613000.090.330.2443.1334.4163.53
HexC2B0820921182b2240
Octal30226020201141305342100
Binary11000010101100001000001001001100001110001010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B082; }

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

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

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

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

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

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

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

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