#C1946A

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

Shades of Fallow #C1946A

Tints of Fallow #C1946A

Color information

#C1946A (or 0xC1946A) is unknown color: approx Fallow. HEX triplet: C1, 94 and 6A. RGB value is (193,148,106). Sum of RGB (Red+Green+Blue) = 193+148+106=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1946A is #3E6B95. Grayscale: #9C9C9C. Windows color (decimal): -4090774 or 6984897. OLE color: 6984897.

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

Color convert

RGB193148106-
CMYK00.230.450.24
HSL28.97º41.23%58.63%-
HSV(B)28.97º45.08%75.69%-
XYZ35.1833.5618.26-
YUV156.6799.41153.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=43.18%
G=33.11%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314810600.230.450.2428.9741.2358.63
HexC1946A0172D181d293b
Octal3012241520275530355173
Binary110000011001010011010100101111011011100011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1946A; }

 p { color: rgb(193,148,106); }

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

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

 a { background-color: rgb(193,148,106); }

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

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

 span { border-color: rgb(193,148,106); }

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