#C2B173

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

Shades of Ecru #C2B173

Tints of Ecru #C2B173

Color information

#C2B173 (or 0xC2B173) is unknown color: approx Ecru. HEX triplet: C2, B1 and 73. RGB value is (194,177,115). Sum of RGB (Red+Green+Blue) = 194+177+115=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B173 is #3D4E8C. Grayscale: #AFAFAF. Windows color (decimal): -4017805 or 7582146. OLE color: 7582146.

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

Color convert

RGB194177115-
CMYK00.090.410.24
HSL47.09º39.3%60.59%-
HSV(B)47.09º40.72%76.08%-
XYZ41.0644.1522.58-
YUV175.0294.13141.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=39.92%
G=36.42%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417711500.090.410.2447.0939.360.59
HexC2B1730929182f273d
Octal3022611630115130574775
Binary110000101011000111100110100110100111000101111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B173; }

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

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

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

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

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

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

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

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