#C2B272

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

Shades of Ecru #C2B272

Tints of Ecru #C2B272

Color information

#C2B272 (or 0xC2B272) is unknown color: approx Ecru. HEX triplet: C2, B2 and 72. RGB value is (194,178,114). Sum of RGB (Red+Green+Blue) = 194+178+114=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B272 is #3D4D8D. Grayscale: #AFAFAF. Windows color (decimal): -4017550 or 7516866. OLE color: 7516866.

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

Color convert

RGB194178114-
CMYK00.080.410.24
HSL48º39.6%60.39%-
HSV(B)48º41.24%76.08%-
XYZ41.2144.5322.34-
YUV175.4993.3141.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=39.92%
G=36.63%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417811400.080.410.244839.660.39
HexC2B27208291830283c
Octal3022621620105130605074
Binary110000101011001011100100100010100111000110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B272; }

 p { color: rgb(194,178,114); }

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

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

 a { background-color: rgb(194,178,114); }

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

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

 span { border-color: rgb(194,178,114); }

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