#C2B07F

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

Shades of Ecru #C2B07F

Tints of Ecru #C2B07F

Color information

#C2B07F (or 0xC2B07F) is unknown color: approx Ecru. HEX triplet: C2, B0 and 7F. RGB value is (194,176,127). Sum of RGB (Red+Green+Blue) = 194+176+127=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B07F is #3D4F80. Grayscale: #B0B0B0. Windows color (decimal): -4018049 or 8368322. OLE color: 8368322.

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

Color convert

RGB194176127-
CMYK00.090.350.24
HSL43.88º35.45%62.94%-
HSV(B)43.88º34.54%76.08%-
XYZ41.644.0526.39-
YUV175.8100.46140.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 127 (50% from 255) = 25.55%
R=39.03%
G=35.41%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417612700.090.350.2443.8835.4562.94
HexC2B07F0923182c233f
Octal3022601770114330544377
Binary110000101011000011111110100110001111000101100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B07F; }

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

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

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

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

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

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

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

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