#C2916E

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

Shades of Fallow #C2916E

Tints of Fallow #C2916E

Color information

#C2916E (or 0xC2916E) is unknown color: approx Fallow. HEX triplet: C2, 91 and 6E. RGB value is (194,145,110). Sum of RGB (Red+Green+Blue) = 194+145+110=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2916E is #3D6E91. Grayscale: #9B9B9B. Windows color (decimal): -4026002 or 7246274. OLE color: 7246274.

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

Color convert

RGB194145110-
CMYK00.250.430.24
HSL25º40.78%59.61%-
HSV(B)25º43.3%76.08%-
XYZ35.1932.8519.24-
YUV155.66102.23155.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=43.21%
G=32.29%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414511000.250.430.242540.7859.61
HexC2916E0192B1819293c
Octal3022211560315330315174
Binary110000101001000111011100110011010111100011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2916E; }

 p { color: rgb(194,145,110); }

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

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

 a { background-color: rgb(194,145,110); }

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

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

 span { border-color: rgb(194,145,110); }

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