#C1966E

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

Shades of Fallow #C1966E

Tints of Fallow #C1966E

Color information

#C1966E (or 0xC1966E) is unknown color: approx Fallow. HEX triplet: C1, 96 and 6E. RGB value is (193,150,110). Sum of RGB (Red+Green+Blue) = 193+150+110=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1966E is #3E6991. Grayscale: #9E9E9E. Windows color (decimal): -4090258 or 7247553. OLE color: 7247553.

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

Color convert

RGB193150110-
CMYK00.220.430.24
HSL28.92º40.1%59.41%-
HSV(B)28.92º43.01%75.69%-
XYZ35.7134.2819.49-
YUV158.3100.75152.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=42.60%
G=33.11%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315011000.220.430.2428.9240.159.41
HexC1966E0162B181d283b
Octal3012261560265330355073
Binary110000011001011011011100101101010111100011101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1966E; }

 p { color: rgb(193,150,110); }

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

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

 a { background-color: rgb(193,150,110); }

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

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

 span { border-color: rgb(193,150,110); }

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