#C28E66

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

Shades of Fallow #C28E66

Tints of Fallow #C28E66

Color information

#C28E66 (or 0xC28E66) is unknown color: approx Fallow. HEX triplet: C2, 8E and 66. RGB value is (194,142,102). Sum of RGB (Red+Green+Blue) = 194+142+102=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E66 is #3D7199. Grayscale: #999999. Windows color (decimal): -4026778 or 6721218. OLE color: 6721218.

HSL color Cylindrical-coordinate representation of color #C28E66: hue angle of 26.09º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C28E66 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194142102-
CMYK00.270.470.24
HSL26.09º42.99%58.04%-
HSV(B)26.09º47.42%76.08%-
XYZ34.3231.7716.89-
YUV152.9999.23157.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=44.29%
G=32.42%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414210200.270.470.2426.0942.9958.04
HexC28E6601B2F181a2b3a
Octal3022161460335730325372
Binary110000101000111011001100110111011111100011010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E66; }

 p { color: rgb(194,142,102); }

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

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

 a { background-color: rgb(194,142,102); }

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

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

 span { border-color: rgb(194,142,102); }

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